mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 12:17:36 +08:00
9 lines
308 B
Plaintext
9 lines
308 B
Plaintext
#
|
|
# Numeric-only value.
|
|
# The actual type should be inferred from the available values, as described below.
|
|
# If none of the values below are present, the value is considered empty.
|
|
#
|
|
|
|
int64[<=1] value_int # Preferred over float if ambiguous
|
|
float32[<=1] value_float # Only if int is empty
|