pilot.float_param_t¶
Struct¶
float_param_t represents a float value with additional semantic information.
It can always be specified as just a float value, in which case type will be set to CUSTOM.
Fields¶
-
param_type_e
type¶ Semantic type information, see pilot.param_type_e.
-
float
value¶ The actual value, depending on
typeit may not be used.