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

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-05-28 07:36:47 +10:00
committed by GitHub
parent 816958245e
commit 091ab6f978
295 changed files with 6047 additions and 3496 deletions

View File

@@ -8,13 +8,13 @@ pageClass: is-wide-page
## Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
| ------------------------------ | ------------ | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
| 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 across multiple uORB publications |
| data | `uint8[300]` | | | data chunk to write to GPS device (RTCM message) |
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
| -------------------------------------------------------- | ------------ | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
| <a id="fld_device_id"></a>device_id | `uint32` | | | unique device ID for the sensor that does not change between power cycles |
| <a id="fld_len"></a>len | `uint16` | | | length of data |
| <a id="fld_flags"></a>flags | `uint8` | | | LSB: 1=fragmented across multiple uORB publications |
| <a id="fld_data"></a>data | `uint8[300]` | | | data chunk to write to GPS device (RTCM message) |
## Constants