You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
351 B
12 lines
351 B
4 years ago
|
# Events interface
|
||
|
uint64 timestamp # time since system start (microseconds)
|
||
|
|
||
|
uint32 id # Event ID
|
||
|
uint16 sequence # 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 = 8
|
||
|
|