Skip to content

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

TOPICS: mavlink_log

Fields

НазваТипUnit [Frame]Range/EnumОпис
timestampuint64time since system start (microseconds)
textchar[127]
severityuint8log level (same as in the linux kernel, starting with 0)

Constants

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

Source Message

Source file (GitHub)

Details

Click here to see original file

c
uint64 timestamp		# time since system start (microseconds)

char[127] text
uint8 severity # log level (same as in the linux kernel, starting with 0)

uint8 ORB_QUEUE_LENGTH = 8