List of tracked bodies (a.k.a. "markersets"). More...
#include <evart-client.h>
Data Fields | |
uint32_t | nbodies |
char | bodies [0][EVAS_STRMAX] |
List of tracked bodies (a.k.a. "markersets").
This is a variable-length structure that contains a list of currently active body names. The bodies array contains nbodies strings, from index 0 to nbodies-1.
Use the index number of the body you are interrested in in functions that require a body number. This index will not change as long as you don't change the configuration of the EVaRT(tm) software.
uint32_t nbodies |
number of bodies.
char bodies[0][EVAS_STRMAX] |
array of body names (C strings), from 0 to nbodies-1.