mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8[4] unit_type # Units: mV, mA, Kelvin*10
|
|
uint16[4] values # mV, mA, Kelvin*10
|
|
|
|
uint8 UNITS_NONE = 0
|
|
uint8 UNITS_MV = 1
|
|
uint8 UNITS_MA = 2
|
|
uint8 UNITS_CK = 3 |