mbgtools-lx
4.2.8
|
Generic state of an IMS sensor. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | type |
sensor type, see MBG_IMS_SENSORS More... | |
uint16_t | idx |
index of the sensor of this type More... | |
int32_t | val |
sensor value, in units according to the type More... | |
int16_t | exp |
10s exponent of the sensor value More... | |
uint16_t | reserved |
currently unused, always 0 More... | |
uint32_t | flags |
currently unused, always 0 More... | |
int16_t MBG_IMS_SENSOR_STATE::exp |
uint32_t MBG_IMS_SENSOR_STATE::flags |
currently unused, always 0
Definition at line 9844 of file gpsdefs.h.
Referenced by chk_dev_ims_is_pll_locked(), chk_dev_ims_is_volt_out_enabled(), and chk_dev_ims_is_volt_out_overload().
uint16_t MBG_IMS_SENSOR_STATE::idx |
uint16_t MBG_IMS_SENSOR_STATE::reserved |
uint16_t MBG_IMS_SENSOR_STATE::type |
sensor type, see MBG_IMS_SENSORS
Definition at line 9839 of file gpsdefs.h.
Referenced by chk_dev_ims_is_pll_locked(), chk_dev_ims_is_volt_out_enabled(), and chk_dev_ims_is_volt_out_overload().
int32_t MBG_IMS_SENSOR_STATE::val |