dvs_plot_info Struct Reference
Last update: 16.07.2025Struct holding information for a plot's definition. More...
#include <dynamic_visualization_store_api.h>
Public Attributes | |
| uint32_t | _id |
| Unique id for plot. | |
| char * | _name |
| UTF-8 Compatible name for plot, must be unique from other plot names. | |
| char * | _x_axis_title |
| UTF-8 Compatible x axis title. | |
| char * | _x_axis_units |
| ///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html | |
| char * | _y_axis_title |
| UTF-8 Compatible y axis title. | |
| char * | _y_axis_units |
| ///< UTF-8 Compatible unit type, 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 plot's definition.
Definition at line 108 of file dynamic_visualization_store_api.h.
Member Data Documentation
◆ _id
| uint32_t dvs_plot_info::_id |
Unique id for plot.
Definition at line 110 of file dynamic_visualization_store_api.h.
◆ _metadata_keys
| char** dvs_plot_info::_metadata_keys |
UTF-8 Compatible key , each array should be null terminated.
Definition at line 117 of file dynamic_visualization_store_api.h.
◆ _metadata_num_pairs
| uint32_t dvs_plot_info::_metadata_num_pairs |
Number of arrays in _metadata_keys/_metadata_vals.
Definition at line 116 of file dynamic_visualization_store_api.h.
◆ _metadata_vals
| char** dvs_plot_info::_metadata_vals |
UTF-8 Compatible value, each array should be null terminated.
Definition at line 118 of file dynamic_visualization_store_api.h.
◆ _name
| char* dvs_plot_info::_name |
UTF-8 Compatible name for plot, must be unique from other plot names.
Definition at line 111 of file dynamic_visualization_store_api.h.
◆ _x_axis_title
| char* dvs_plot_info::_x_axis_title |
UTF-8 Compatible x axis title.
Definition at line 112 of file dynamic_visualization_store_api.h.
◆ _x_axis_units
| char* dvs_plot_info::_x_axis_units |
///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html
Definition at line 113 of file dynamic_visualization_store_api.h.
◆ _y_axis_title
| char* dvs_plot_info::_y_axis_title |
UTF-8 Compatible y axis title.
Definition at line 114 of file dynamic_visualization_store_api.h.
◆ _y_axis_units
| char* dvs_plot_info::_y_axis_units |
///< UTF-8 Compatible unit type, see: https://nexusdemo.ensight.com/docs/python/html/ENS_UNITSSchema.html
Definition at line 115 of file dynamic_visualization_store_api.h.
The documentation for this struct was generated from the following file:
- D:/ANSYSDev/Product-src/ensight/user_defined_src/readers/dvs/include/dynamic_visualization_store_api.h