mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 00:50:34 +08:00
DSDL clarifications
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# Restart the node.
|
||||
# Some nodes may require restart before the new configuration will be applied.
|
||||
# The request should be rejected if magic_number does not equal MAGIC_NUMBER.
|
||||
#
|
||||
|
||||
uint40 MAGIC_NUMBER = 0xACCE551B1E
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#
|
||||
# Start HIL simulation for the specified components.
|
||||
# The request should be rejected if magic_number does not equal MAGIC_NUMBER.
|
||||
#
|
||||
|
||||
uint40 MAGIC_NUMBER = 0xACCE551B1E
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Nested type.
|
||||
# File system path in ASCII or UTF8.
|
||||
# The only valid separator is forward flash.
|
||||
# File system path in UTF8.
|
||||
# The only valid separator is forward slash.
|
||||
#
|
||||
|
||||
uint8 SEPARATOR = '/'
|
||||
|
||||
Reference in New Issue
Block a user