2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
2015-05-25 14:22:26 -03:00
|
|
|
uint64 error_count # Number of errors detected by driver
|
|
|
|
float32 differential_pressure_raw_pa # Raw differential pressure reading (may be negative)
|
|
|
|
float32 differential_pressure_filtered_pa # Low pass filtered differential pressure reading
|
|
|
|
float32 temperature # Temperature provided by sensor, -1000.0f if unknown
|
2017-08-10 02:57:04 -03:00
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|