Skip to content

Commit 3b0c38d

Browse files
committed
msg_old: add EventV0.msg
Signed-off-by: Silvan <[email protected]>
1 parent 7f4d2b0 commit 3b0c38d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

msg/px4_msgs_old/msg/EventV0.msg

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# this message is required here in the msg_old folder because other msg are depending on it
2+
# Events interface
3+
uint64 timestamp # time since system start (microseconds)
4+
5+
uint32 id # Event ID
6+
uint16 event_sequence # Event sequence number
7+
uint8[25] arguments # (optional) arguments, depend on event id
8+
9+
uint8 log_levels # Log levels: 4 bits MSB: internal, 4 bits LSB: external
10+
11+
uint8 ORB_QUEUE_LENGTH = 16

0 commit comments

Comments
 (0)