#include <math.h>#include "mbs_aux.h"#include "mbs_data.h"#include "mbs_define.h"#include "useful_functions.h"#include "mbs_sensor.h"#include "mbs_message.h"Macros | |
| #define | MSG_ERR ">> MBSAUX>> " |
| #define | MSG_PRE " >> " |
Functions | |
| MbsAux * | initMbsAux (MbsData *s) |
| int | freeMbsAux (MbsAux *mbs_aux, MbsData *s) |
| Free the structure and its content. More... | |
| #define MSG_ERR ">> MBSAUX>> " |
| #define MSG_PRE " >> " |
| 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 * | s | ) |
1.8.17