Skip to content

Commit

Permalink
New translations telemetrystatus.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Nov 25, 2024
1 parent 1299ff1 commit 1b0234f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions zh/msg_docs/TelemetryStatus.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# TelemetryStatus (UORB message)



[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/TelemetryStatus.msg)

```c
uint8 LINK_TYPE_GENERIC = 0
uint8 LINK_TYPE_UBIQUITY_BULLET = 1
uint8 LINK_TYPE_WIRE = 2
uint8 LINK_TYPE_USB = 3
uint8 LINK_TYPE_IRIDIUM = 4
uint8 LINK_TYPE_IRIDIUM = 4

uint64 timestamp # time since system start (microseconds)
uint64 timestamp # time since system start (microseconds)

uint8 type # type of the radio hardware (LINK_TYPE_*)
uint8 type # type of the radio hardware (LINK_TYPE_*)

uint8 mode

Expand Down

0 comments on commit 1b0234f

Please sign in to comment.