We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4d2b0 commit 3b0c38dCopy full SHA for 3b0c38d
msg/px4_msgs_old/msg/EventV0.msg
@@ -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