mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 21:24:07 +08:00
gnss.RTCMStream - protocol id field
This commit is contained in:
parent
21998db4a2
commit
f2209c214a
@ -3,4 +3,9 @@
|
||||
# RTCM messages that are longer than max data size can be split over multiple consecutive messages.
|
||||
#
|
||||
|
||||
uint8 PROTOCOL_ID_UNKNOWN = 0
|
||||
uint8 PROTOCOL_ID_RTCM2 = 2
|
||||
uint8 PROTOCOL_ID_RTCM3 = 3
|
||||
uint8 protocol_id
|
||||
|
||||
uint8[<=400] data
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user