Skip to content

EventV0 (UORB message)

this message is required here in the msg_old folder because other msg are depending on it. Events interface.

TOPICS: eventv0

Fields

명칭형식Unit [Frame]Range/Enum설명
timestampuint64time since system start (microseconds)
iduint32Event ID
event_sequenceuint16Event sequence number
argumentsuint8[25](optional) arguments, depend on event id
log_levelsuint8Log levels: 4 bits MSB: internal, 4 bits LSB: external

Constants

명칭형식Value설명
MESSAGE_VERSIONuint320
ORB_QUEUE_LENGTHuint816

Source Message

Source file (GitHub)

Details

Click here to see original file

c
# this message is required here in the msg_old folder because other msg are depending on it
# Events interface

uint32 MESSAGE_VERSION = 0

uint64 timestamp			# time since system start (microseconds)

uint32 id                   # Event ID
uint16 event_sequence       # Event sequence number
uint8[25] arguments         # (optional) arguments, depend on event id

uint8 log_levels            # Log levels: 4 bits MSB: internal, 4 bits LSB: external

uint8 ORB_QUEUE_LENGTH = 16