Structure handling the informations defined on the base of the MBS. More...
#include <mbs_infos_struct.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... | |
| char * | base_body_name |
| baseBodyName as defined in the base body in mbs/json file More... | |
Structure handling the informations defined on the base of the MBS.
| char* base_body_name |
baseBodyName as defined in the base body in mbs/json file
| 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.
1.8.17