Data Fields

evas_body_markers_list_t Struct Reference
[Configuring what kind of data gets streamed]

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]

Detailed Description

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.


Field Documentation

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.

 All Data Structures Variables