Go to the source code of this file.
Classes | |
struct | MbsAux_tag |
Functions | |
MbsAux * | initMbsAux (MbsData *mbs_data) |
int | freeMbsAux (MbsAux *mbs_aux, MbsData *mbs_data) |
Free the structure and its content. More... | |
int freeMbsAux | ( | MbsAux * | mbs_aux, |
MbsData * | mbs_data | ||
) |
Free the structure and its content.
[in,out] | mbs_aux | Pointer to the structure to be freed. |
[in] | mbs_data | The multibody system associated to mbs_aux . |
mbs_data
is NULL (both are macro defined in mbs_define.h). MbsAux* initMbsAux | ( | MbsData * | mbs_data | ) |