.. _pilot.float_param_t: pilot.float_param_t =================== .. cpp:namespace:: 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 ------ .. cpp:member:: param_type_e type Semantic type information, see :ref:`pilot.param_type_e`. .. cpp:member:: float value The actual value, depending on ``type`` it may not be used.