mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 06:50:35 +08:00
14 lines
267 B
Plaintext
14 lines
267 B
Plaintext
#
|
|
# Start HIL simulation for the specified components.
|
|
# The request should be rejected if magic_number does not equal MAGIC_NUMBER.
|
|
#
|
|
|
|
uint40 MAGIC_NUMBER = 0xACCE551B1E
|
|
uint40 magic_number
|
|
|
|
uint64 component_mask # Components are application defined
|
|
|
|
---
|
|
|
|
bool ok
|