mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint8 mode # what mode is requested according to commander_state.MAIN_STATE_
|
|
|
|
uint8 source # how the request was triggered
|
|
uint8 SOURCE_RC_MODE_SLOT = 0
|
|
uint8 SOURCE_RC_SWITCH = 1
|