|
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MbsSensor |
Typedefs | |
| typedef struct MbsSensor | MbsSensor |
Functions | |
| void | allocate_sensor (MbsSensor *psens, int njoint) |
| Allocate the Jacobian matrix of the MbsSensor according to the number of joints in the multibody system. More... | |
| void | free_sensor (MbsSensor *psens) |
| Free the memory of MbsSensor structure. More... | |
| void | init_sensor (MbsSensor *psens, int njoint) |
| Initialize all fields of MbsSensor structure to 0. More... | |
| void allocate_sensor | ( | MbsSensor * | psens, |
| int | njoint | ||
| ) |
Allocate the Jacobian matrix of the MbsSensor according to the number of joints in the multibody system.
| [in,out] | psens | Pointer to the MbsSensor structure to modify. |
| [in] | njoint | Number of joint in the MBS, see MbsData::njoint. |
Definition at line 14 of file mbs_sensor.c.
Here is the caller graph for this function:| void free_sensor | ( | MbsSensor * | psens | ) |
Free the memory of MbsSensor structure.
| [in,out] | psens | Pointer to the MbsSensor structure to be freed. |
Definition at line 49 of file mbs_sensor.c.
Here is the caller graph for this function:| void init_sensor | ( | MbsSensor * | psens, |
| int | njoint | ||
| ) |
Initialize all fields of MbsSensor structure to 0.
| [in,out] | psens | Pointer to the MbsSensor structure to initialize. |
| [in] | njoint | Number of joint in the MBS, see MbsData::njoint. |
Definition at line 25 of file mbs_sensor.c.
Here is the caller graph for this function: