forked from Archive/PX4-Autopilot
9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
uint32 device_id # Sensor ID that must be unique for each baro sensor and must not change
|
|
|
|
uint64 error_count
|
|
|
|
float32 pressure # static pressure measurement in millibar
|
|
|
|
float32 temperature # static temperature measurement in deg C
|