Struct cuvis_view_data_t
The view meta structure.
#include <cuvis.h>
Public Attributes
| Type | Name |
|---|---|
| CUVIS_VIEW_CATEGORY | category |
| CUVIS_IMBUFFER | data |
| CUVIS_CHAR | id |
| CUVIS_INT | show |
Public Attributes Documentation
variable category
CUVIS_VIEW_CATEGORY cuvis_view_data_t::category;
the type of view data
variable data
CUVIS_IMBUFFER cuvis_view_data_t::data;
the actual data. View data is always 8 bit, i.e. imbuffer bytes = 1
variable id
CUVIS_CHAR cuvis_view_data_t::id[CUVIS_MAXBUF];
The id of the view
variable show
CUVIS_INT cuvis_view_data_t::show;
1 if dataset is intended for showing, 0 else
The documentation for this class was generated from the following file docs/_api_sources/cuvis.h