Event (повідомлення UORB)
Events interface.
TOPICS: event
Fields
Constants
| Назва | Тип | Значення | Опис |
|---|---|---|---|
| MESSAGE_VERSION | uint32 | 1 | |
| ORB_QUEUE_LENGTH | uint8 | 16 |
Source Message
Details
Click here to see original file
c
# Events interface
uint32 MESSAGE_VERSION = 1
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