forked from Archive/PX4-Autopilot
5 lines
292 B
Plaintext
5 lines
292 B
Plaintext
|
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
|