From 7f42ae3db009f7cf5d43a896a7b87b3e8815c210 Mon Sep 17 00:00:00 2001 From: PX4BuildBot Date: Thu, 16 Jul 2026 20:31:13 +0000 Subject: [PATCH] docs: auto-sync metadata [skip ci] Co-Authored-By: PX4 BuildBot --- docs/en/msg_docs/RtcmData.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/en/msg_docs/RtcmData.md b/docs/en/msg_docs/RtcmData.md index caa570cb95..294a424f35 100644 --- a/docs/en/msg_docs/RtcmData.md +++ b/docs/en/msg_docs/RtcmData.md @@ -21,13 +21,13 @@ forwarding MovingBaselineData); consumers only read instance 0. ## Fields -| Name | Type | Unit [Frame] | Range/Enum | Description | -| ----------------------------------- | ------------ | ------------ | ---------- | --------------------------------------------------------------- | -| timestamp | `uint64` | us | | Time since system start | -| device_id | `uint32` | | | Unique device ID of the publisher that produced this RTCM | -| len | `uint16` | | | Length of data | -| flags | `uint8` | | | LSB: 1=fragmented | -| data | `uint8[300]` | | | RTCM3 payload (fixed-base corrections, or moving-baseline data) | +| Name | Type | Unit [Frame] | Range/Enum | Description | +| ----------------------------------- | ------------ | ------------ | ---------- | ------------------------------------------------------------------------------------ | +| timestamp | `uint64` | us | | Time since system start | +| device_id | `uint32` | | | Unique device ID of the publisher that produced this RTCM | +| len | `uint16` | | | Length of data | +| flags | `uint8` | | | LSB: 1=fragmented | +| data | `uint8[300]` | | | Correction payload (fixed-base RTCM3 and/or SPARTN frames, or moving-baseline RTCM3) | ## Constants @@ -62,7 +62,7 @@ uint32 device_id # [-] Unique device ID of the publisher that produced this RTCM uint16 len # [-] Length of data uint8 flags # [-] LSB: 1=fragmented -uint8[300] data # RTCM3 payload (fixed-base corrections, or moving-baseline data) +uint8[300] data # Correction payload (fixed-base RTCM3 and/or SPARTN frames, or moving-baseline RTCM3) uint8 ORB_QUEUE_LENGTH = 16