5#ifndef ALSON_COMMUNICATION_CLIENT_FLOAT_PARAMETER_NODE_H 
    6#define ALSON_COMMUNICATION_CLIENT_FLOAT_PARAMETER_NODE_H 
   65    void setValue(
float value);
 
   80    float getDefaultValue();
 
 
FloatParameterNode(ClientContextPtr clientContextPtr, std::string key)
 
~FloatParameterNode() override=default
 
FloatParameterNode & operator=(const FloatParameterNode &)=default
 
FloatParameterNode(FloatParameterNode &&) noexcept=default
 
FloatParameterNode(const FloatParameterNode &)=default