Skip to content

DebugArray (повідомлення UORB)

TOPICS: debug_array

Fields

НазваТипUnit [Frame]Range/EnumОпис
timestampuint64time since system start (microseconds)
iduint16unique ID of debug array, used to discriminate between arrays
namechar[10]name of the debug array (max. 10 characters)
datafloat32[58]data

Constants

НазваТипЗначенняОпис
ARRAY_SIZEuint858

Source Message

Source file (GitHub)

Details

Click here to see original file

c
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