mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 03:57:59 +08:00
docs(i18n): PX4 guide translations (Crowdin) - zh-CN (#27479)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -8,12 +8,12 @@ pageClass: is-wide-page
|
||||
|
||||
## Fields
|
||||
|
||||
| 参数名 | 类型 | Unit [Frame] | Range/Enum | 描述 |
|
||||
| --------- | ------------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| id | `uint16` | | | unique ID of debug array, used to discriminate between arrays |
|
||||
| name | `char[10]` | | | name of the debug array (max. 10 characters) |
|
||||
| data | `float32[58]` | | | data |
|
||||
| 参数名 | 类型 | Unit [Frame] | Range/Enum | 描述 |
|
||||
| ----------------------------------- | ------------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------- |
|
||||
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| <a id="fld_id"></a>id | `uint16` | | | unique ID of debug array, used to discriminate between arrays |
|
||||
| <a id="fld_name"></a>name | `char[10]` | | | name of the debug array (max. 10 characters) |
|
||||
| <a id="fld_data"></a>data | `float32[58]` | | | data |
|
||||
|
||||
## Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user