mbgtools-lx  4.2.8
MBG_IMS_SENSOR_STATE Struct Reference

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...
 

Detailed Description

Generic state of an IMS sensor.

Definition at line 9837 of file gpsdefs.h.

Field Documentation

◆ exp

int16_t MBG_IMS_SENSOR_STATE::exp

10s exponent of the sensor value

Definition at line 9842 of file gpsdefs.h.

◆ flags

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().

◆ idx

uint16_t MBG_IMS_SENSOR_STATE::idx

index of the sensor of this type

Definition at line 9840 of file gpsdefs.h.

◆ reserved

uint16_t MBG_IMS_SENSOR_STATE::reserved

currently unused, always 0

Definition at line 9843 of file gpsdefs.h.

◆ type

uint16_t MBG_IMS_SENSOR_STATE::type

◆ val

int32_t MBG_IMS_SENSOR_STATE::val

sensor value, in units according to the type

Definition at line 9841 of file gpsdefs.h.


The documentation for this struct was generated from the following file: