Files
PX4-Autopilot/dsdl/uavcan/protocol/param/Value.uavcan
T

11 lines
505 B
Plaintext

#
# Single parameter 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.
#
bool[<=1] value_bool # Preferred over int, float and string if ambiguous
int64[<=1] value_int # Preferred over float and string if ambiguous
float32[<=1] value_float # Preferred over string if ambiguous
String[<=1] value_string # This one will be used only if all above are empty