dvs_var_info Struct Reference
Last update: 16.07.2025Struct holding information for a variable's definiton. More...
#include <dynamic_visualization_store_api.h>
Public Attributes | |
| uint32_t | _id |
| Unique id for variable. | |
| char * | _name |
| UTF-8 Compatible name of variable [null terminated], max name length visible in the GUI == 49, must be unique from other variable names. | |
| enum dvs_var_type | _type |
| Type of variable, see dvs_var_type enum (dynamic_visualization_store_enums.h) | |
| enum dvs_var_location | _location |
| Location of variable (case/part/element/node), see dvs_var_location enum (dynamic_visualization_store_enums.h) | |
| char * | _unit |
| UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html. | |
| char * | _unit_label |
| UTF-8 Compatible label, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html. | |
| uint32_t | _metadata_num_pairs |
| Number of arrays in _metadata_keys/_metadata_vals. | |
| char ** | _metadata_keys |
| UTF-8 Compatible key , each array should be null terminated. | |
| char ** | _metadata_vals |
| UTF-8 Compatible value, each array should be null terminated. | |
Detailed Description
Struct holding information for a variable's definiton.
Definition at line 91 of file dynamic_visualization_store_api.h.
The documentation for this struct was generated from the following file:
- D:/ANSYSDev/NoBackup/branches/EnSight-Second-Coming/ensight/user_defined_src/readers/dvs/dynamic_visualization_store_api.h