mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
New Crowdin translations - ko (#26487)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -1,9 +1,32 @@
|
||||
---
|
||||
pageClass: is-wide-page
|
||||
---
|
||||
|
||||
# RadioStatus (UORB message)
|
||||
|
||||
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RadioStatus.msg)
|
||||
**TOPICS:** radio_status
|
||||
|
||||
## Fields
|
||||
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| --------------------------------- | -------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| rssi | `uint8` | | | local signal strength |
|
||||
| remote_rssi | `uint8` | | | remote signal strength |
|
||||
| txbuf | `uint8` | | | how full the tx buffer is as a percentage |
|
||||
| noise | `uint8` | | | background noise level |
|
||||
| remote_noise | `uint8` | | | remote background noise level |
|
||||
| rxerrors | `uint16` | | | receive errors |
|
||||
| fix | `uint16` | | | count of error corrected packets |
|
||||
|
||||
## Source Message
|
||||
|
||||
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/RadioStatus.msg)
|
||||
|
||||
:::details
|
||||
Click here to see original file
|
||||
|
||||
```c
|
||||
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
|
||||
uint8 rssi # local signal strength
|
||||
@@ -16,5 +39,6 @@ uint8 remote_noise # remote background noise level
|
||||
uint16 rxerrors # receive errors
|
||||
|
||||
uint16 fix # count of error corrected packets
|
||||
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user