mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-25 13:57:42 +08:00
3.0 KiB
3.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
Constants
| Назва | Тип | Значення | Опис |
|---|---|---|---|
| MESSAGE_VERSION | uint32 |
0 | |
| ORB_QUEUE_LENGTH | uint8 |
16 |
Source Message
:::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
:::