evart-client 2.2
|
Body markers definition. More...
#include <evart-client.h>
Data Fields | |
uint32_t | index |
char | name [EVAS_STRMAX] |
uint32_t | nmarkers |
char | markers [0][EVAS_STRMAX] |
Body markers definition.
This is a variable-length structure that contains a list of marker names for a specific body. The body identity can be found in the index and name fields and the markers array contains the list of marker names, from index 0 to nmarkers-1.
uint32_t index |
Index of the body.
char name[EVAS_STRMAX] |
Name of the body.
uint32_t nmarkers |
Number of markers for that body.
char markers[0][EVAS_STRMAX] |
Array of marker names (C strings), from 0 to nmarkers-1.