Files
PX4-Autopilot/docs/en/msg_docs/EventV0.md
PX4BuildBot d965df930c docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
2026-02-23 18:34:11 +00:00

2.0 KiB

pageClass
pageClass
is-wide-page

EventV0 (UORB message)

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

TOPICS: event_v0

Fields

Name Type Unit [Frame] Range/Enum Description
timestamp uint64 time since system start (microseconds)
id uint32 Event ID
event_sequence uint16 Event sequence number
arguments uint8[25] (optional) arguments, depend on event id
log_levels uint8 Log levels: 4 bits MSB: internal, 4 bits LSB: external

Constants

Name Type Value Description
MESSAGE_VERSION uint32 0
ORB_QUEUE_LENGTH uint8 16

Source Message

Source file (GitHub)

::: details Click here to see original file

# 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

:::