|
| | CallbackRegisteredParam (const std::string &name, const std::string &description, T min_value, T max_value, T current_value, boost::function< void(T value)> callback, std::map< std::string, T > enum_dictionary={}, const std::string &enum_description="", const std::string &group="") |
| |
| T | getCurrentValue () const override |
| |
| void | updateValue (T new_value) override |
| |
| std::string | getEditMethod () const |
| |
| virtual dynamic_reconfigure::ParamDescription | getParamDescription () const |
| |
| std::string | getTypeName () const |
| |
| std::string | getValueString (T value) const |
| |
| std::string | makeConst (const std::string &name, T value, const std::string &desc) const |
| |
| | RegisteredParam (const std::string &name, const std::string &description, T min_value, T max_value, std::map< std::string, T > enum_dictionary={}, const std::string &enum_description="", const std::string &group="") |
| |
| virtual | ~RegisteredParam () |
| |
template<typename T>
class ddynamic_reconfigure::CallbackRegisteredParam< T >
Definition at line 197 of file registered_param.h.