You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msg/ArmingCheckRequest.msg
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,10 @@
7
7
# The reply will include the published request_id, allowing correlation of all arming check information for a particular request.
8
8
# The reply will also include the registration_id for each external component, provided to it during the registration process (RegisterExtComponentReply).
9
9
10
-
uint32MESSAGE_VERSION = 0
10
+
uint32MESSAGE_VERSION = 1
11
11
12
12
uint64timestamp# [us] Time since system start.
13
13
14
14
uint8request_id# Id of this request. Allows correlation with associated ArmingCheckReply messages.
15
+
16
+
uint32valid_registrations_mask# Bitmask of valid registration ID's (the bit is also cleared if flagged as unresponsive)
0 commit comments