docs: auto-sync metadata [skip ci]

Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
PX4BuildBot
2026-05-21 18:31:56 +00:00
parent 80557b32ee
commit 1eb6971d84
2 changed files with 200 additions and 200 deletions

View File

@@ -13,8 +13,8 @@ pageClass: is-wide-page
| timestamp | `uint64` | | | time since system start (microseconds) |
| device_id | `uint32` | | | unique device ID for the sensor that does not change between power cycles |
| len | `uint16` | | | length of data |
| flags | `uint8` | | | LSB: 1=fragmented |
| data | `uint8[300]` | | | data to write to GPS device (RTCM message) |
| flags | `uint8` | | | LSB: 1=fragmented across multiple uORB publications |
| data | `uint8[300]` | | | data chunk to write to GPS device (RTCM message) |
## Constants
@@ -35,8 +35,8 @@ uint64 timestamp # time since system start (microseconds)
uint32 device_id # unique device ID for the sensor that does not change between power cycles
uint16 len # length of data
uint8 flags # LSB: 1=fragmented
uint8[300] data # data to write to GPS device (RTCM message)
uint8 flags # LSB: 1=fragmented across multiple uORB publications
uint8[300] data # data chunk to write to GPS device (RTCM message)
uint8 ORB_QUEUE_LENGTH = 8