forked from Archive/PX4-Autopilot
10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
uint64 timestamp # time since system start (microseconds)
|
||
|
|
||
|
uint8 len # length of data
|
||
|
uint32 MAX_BUFLEN = 128
|
||
|
|
||
|
uint8[128] data # data
|
||
|
|
||
|
# TOPICS voxl2_io_data
|
||
|
|