Files
PX4-Autopilot/dsdl/uavcan/protocol/param/Value.uavcan
T
Pavel Kirienko 0da3a93ec9 Parameter server
2014-03-25 19:16:56 +04:00

9 lines
272 B
Plaintext

#
# Single parameter value.
# The actual type should be detected from the available values, as described below.
#
bool[<=1] value_bool # Preferred over int and float if ambiguous
int64[<=1] value_int # Preferred over float if ambiguous
float32[<=1] value_float