Skip to content

MavlinkLog (UORB message)

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

명칭형식Value설명
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