mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user