mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-25 13:57:42 +08:00
2.0 KiB
2.0 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
DebugArray (повідомлення UORB)
TOPICS: debug_array
Fields
Constants
| Назва | Тип | Значення | Опис |
|---|---|---|---|
| ARRAY_SIZE | uint8 |
58 |
Source Message
:::details Click here to see original file
uint8 ARRAY_SIZE = 58
uint64 timestamp # time since system start (microseconds)
uint16 id # unique ID of debug array, used to discriminate between arrays
char[10] name # name of the debug array (max. 10 characters)
float32[58] data # data
:::