docs(i18n): PX4 guide translations (Crowdin) - uk (#27433)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-05-22 11:59:08 +10:00
committed by GitHub
parent 681fe32aa4
commit 951e81a59e
27 changed files with 785 additions and 257 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
@@ -36,8 +36,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