Skip to content

Commit

Permalink
msg_old: add EventV0.msg
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan <[email protected]>
  • Loading branch information
sfuhrer committed Feb 21, 2025
1 parent 7f4d2b0 commit 3b0c38d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions msg/px4_msgs_old/msg/EventV0.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# this message is required here in the msg_old folder because other msg are depending on it
# Events interface
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

0 comments on commit 3b0c38d

Please sign in to comment.