mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 01:00:34 +08:00
13 lines
195 B
Plaintext
13 lines
195 B
Plaintext
#
|
|
# Start HIL simulation for the specified components.
|
|
#
|
|
|
|
uint64 MAGIC_NUMBER = 0xACCE551B1E012345
|
|
uint64 magic_number
|
|
|
|
uint64 component_mask # Components are application defined
|
|
|
|
---
|
|
|
|
bool ok
|