| sbgECom Library
    5.3.2276-stable
    Interface SBG Systems IMU/AHRS/INS | 
#include <sbgEComCmdOdo.h>
| Data Fields | |
| uint16_t | options | 
| uint32_t | canId | 
| size_t | startBit | 
| size_t | dataSize | 
| float | scale | 
| float | offset | 
| float | minValue | 
| float | maxValue | 
Holds all necessary information for CAN Odometer parameter configuration. This format is very similar to info contained in a DBC file.
| uint16_t _SbgEComCmdOdoCanConf::options | 
Set of options bit masks such as CAN extended.
| uint32_t _SbgEComCmdOdoCanConf::canId | 
CAN message ID from which the odometer velocity will be parsed.
| size_t _SbgEComCmdOdoCanConf::startBit | 
Index of field MSB in big endian or LSB in little endian within the payload (any value from 0 to 63).
| size_t _SbgEComCmdOdoCanConf::dataSize | 
Length in bits of the odometer velocity field (any value from 1 to 64 minus dataOffset).
| float _SbgEComCmdOdoCanConf::scale | 
Value to multiply the parsed field with to get physical unit^in m.s-1.
| float _SbgEComCmdOdoCanConf::offset | 
Offset to add on the scaled velocity information in m.s-1 (after applying scale factor).
| float _SbgEComCmdOdoCanConf::minValue | 
The minimum velocity to consider the message valid in m.s-1
| float _SbgEComCmdOdoCanConf::maxValue | 
The maximum velocity to consider the message valid in m.s-1