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/CellularStatus.msg
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
#
3
3
# This is currently used only for logging cell status from MAVLink.
4
4
5
-
uint64timestamp# Time since system start [us]
5
+
uint64timestamp# [us] Time since system start
6
6
7
-
uint16status# Status bitmap [@enum STATUS_FLAG]
7
+
uint16status# [@enum STATUS_FLAG] Status bitmap
8
8
uint16STATUS_FLAG_UNKNOWN = 1# State unknown or not reportable
9
9
uint16STATUS_FLAG_FAILED = 2# Modem is unusable
10
10
uint16STATUS_FLAG_INITIALIZING = 4# Modem is being initialized
@@ -19,20 +19,20 @@ uint16 STATUS_FLAG_DISCONNECTING = 1024 # Modem is disconnecting and deactivatin
19
19
uint16STATUS_FLAG_CONNECTING = 2048# Modem is activating and connecting the first packet data bearer. Subsequent bearer activations when another bearer is already active do not cause this state to be entered
20
20
uint16STATUS_FLAG_CONNECTED = 4096# One or more packet data bearers is active and connected
0 commit comments