Go to the source code of this file.
Functions | |
SbgErrorCode | sbgEComCmdOdoCanGetConf (SbgEComHandle *pHandle, SbgEComCmdOdoCanChannel canChannel, SbgEComCmdOdoCanConf *pOdoCanConf) |
SbgErrorCode | sbgEComCmdOdoCanSetConf (SbgEComHandle *pHandle, SbgEComCmdOdoCanChannel canChannel, const SbgEComCmdOdoCanConf *pOdoCanConf) |
SbgErrorCode | sbgEComCmdOdoGetConf (SbgEComHandle *pHandle, SbgEComOdoConf *pOdometerConf) |
SbgErrorCode | sbgEComCmdOdoGetLeverArm (SbgEComHandle *pHandle, float leverArm[3]) |
SbgErrorCode | sbgEComCmdOdoGetRejection (SbgEComHandle *pHandle, SbgEComOdoRejectionConf *pRejectConf) |
SbgErrorCode | sbgEComCmdOdoSetConf (SbgEComHandle *pHandle, const SbgEComOdoConf *pOdometerConf) |
SbgErrorCode | sbgEComCmdOdoSetLeverArm (SbgEComHandle *pHandle, const float leverArm[3]) |
SbgErrorCode | sbgEComCmdOdoSetRejection (SbgEComHandle *pHandle, const SbgEComOdoRejectionConf *pRejectConf) |
SbgErrorCode sbgEComCmdOdoCanGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComCmdOdoCanChannel | canChannel, | ||
SbgEComCmdOdoCanConf * | pOdoCanConf | ||
) |
Retrieve the CAN odometer configuration for a specific CAN information channel
[in] | pHandle | A valid sbgECom handle. |
[in] | canChannel | The CAN channel to retreive associated DBC configuration. |
[out] | pOdoCanConf | Struct to hold configuration of the CAN odometer. |
Definition at line 415 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoCanSetConf | ( | SbgEComHandle * | pHandle, |
SbgEComCmdOdoCanChannel | canChannel, | ||
const SbgEComCmdOdoCanConf * | pOdoCanConf | ||
) |
Set the CAN odometer configuration for a specific CAN information channel
[in] | pHandle | A valid sbgECom handle. |
[in] | canChannel | The CAN channel to define associated DBC configuration. |
[in] | pOdoCanConf | Struct holding configuration for the CAN odometer. |
Definition at line 499 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoGetConf | ( | SbgEComHandle * | pHandle, |
SbgEComOdoConf * | pOdometerConf | ||
) |
\file sbgEComCmdOdo.c
Definition at line 26 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoGetLeverArm | ( | SbgEComHandle * | pHandle, |
float | leverArm[3] | ||
) |
Retrieve the lever arm applicable for both quadrature or CAN based odometer.
[in] | pHandle | A valid sbgECom handle. |
[out] | leverArm | Array of three values, one for each axis. |
Definition at line 157 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoGetRejection | ( | SbgEComHandle * | pHandle, |
SbgEComOdoRejectionConf * | pRejectConf | ||
) |
Retrieve the velocity rejection configuration for both quadrature or CAN based odometer.
[in] | pHandle | A valid sbgECom handle. |
[out] | pRejectConf | Pointer to a SbgEComOdoRejectionConf struct to hold rejection configuration of the odometer module. |
Definition at line 288 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoSetConf | ( | SbgEComHandle * | pHandle, |
const SbgEComOdoConf * | pOdometerConf | ||
) |
For quadrature and/or pulse base odometer, define the configuration.
[in] | pHandle | A valid sbgECom handle. |
[in] | pOdometerConf | Pointer to a SbgEComOdoConf struct holding configuration for the odometer module. |
Definition at line 92 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoSetLeverArm | ( | SbgEComHandle * | pHandle, |
const float | leverArm[3] | ||
) |
Set the lever arm applicable for both quadrature or CAN based odometer.
[in] | pHandle | A valid sbgECom handle. |
[in] | leverArm | Array of three values, one for each axis. |
Definition at line 223 of file sbgEComCmdOdo.c.
SbgErrorCode sbgEComCmdOdoSetRejection | ( | SbgEComHandle * | pHandle, |
const SbgEComOdoRejectionConf * | pRejectConf | ||
) |
Set the velocity rejection configuration for both quadrature or CAN based odometer.
[in] | pHandle | A valid sbgECom handle. |
[in] | pRejectConf | Pointer to a SbgEComOdoRejectionConf struct holding rejection configuration for the odometer module. |
Definition at line 352 of file sbgEComCmdOdo.c.