Structure handling the informations defined on the base of the MBS. More...
#include <mbs_binder_public.h>
Public Attributes | |
double * | gravity |
Array with the component (x, y, z) of the gravity vector expressed in the inertial frame. More... | |
int | n_base_point |
Number of point of interest (extremities of joint bearing a sensor plus anchor point) defined on the MBS. More... | |
MbsInfoPoint ** | base_point_list |
Array of pointers to the MDS_point_strct describing each point of the MBS. More... | |
Structure handling the informations defined on the base of the MBS.
MbsInfoPoint** base_point_list |
Array of pointers to the MDS_point_strct describing each point of the MBS.
double* gravity |
Array with the component (x, y, z) of the gravity vector expressed in the inertial frame.
int n_base_point |
Number of point of interest (extremities of joint bearing a sensor plus anchor point) defined on the MBS.