2020-07-12 12:04:29 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint64 timestamp_sample
|
2018-07-29 13:22:29 -03:00
|
|
|
|
2020-07-12 12:04:29 -03:00
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
|
|
|
|
2022-03-04 10:51:02 -04:00
|
|
|
float32 pressure # static pressure measurement in Pascals
|
|
|
|
|
|
|
|
float32 temperature # temperature in degrees Celsius
|
2018-07-29 13:22:29 -03:00
|
|
|
|
2022-03-04 10:51:02 -04:00
|
|
|
uint32 error_count
|
2018-07-29 13:22:29 -03:00
|
|
|
|
2022-03-04 10:51:02 -04:00
|
|
|
uint8 ORB_QUEUE_LENGTH = 4
|