Skip to content

Commit 9e51571

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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

msg/px4_msgs_old/msg/ArmingCheckReplyV0.msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bool can_arm_and_run # whether arming is possible, and if it's a na
1616

1717
uint8 num_events
1818

19-
Event[5] events
19+
EventV0[5] events
2020

2121
# Mode requirements
2222
bool mode_req_angular_velocity

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)