#include <registered_param.h>
Public Member Functions | |
virtual T | getCurrentValue () const =0 |
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 void | updateValue (T new_value)=0 |
virtual | ~RegisteredParam () |
Public Attributes | |
const std::string | description_ |
const std::string | enum_description_ |
const std::map< std::string, T > | enum_dictionary_ |
const std::string | group_ |
const T | max_value_ |
const T | min_value_ |
const std::string | name_ |
Definition at line 42 of file registered_param.h.
|
inline |
Definition at line 45 of file registered_param.h.
|
inlinevirtual |
Definition at line 58 of file registered_param.h.
|
pure virtual |
|
inline |
Definition at line 112 of file registered_param.h.
|
inlinevirtual |
Definition at line 98 of file registered_param.h.
|
inline |
Definition at line 65 of file registered_param.h.
|
inline |
Definition at line 86 of file registered_param.h.
|
inline |
Definition at line 134 of file registered_param.h.
|
pure virtual |
const std::string ddynamic_reconfigure::RegisteredParam< T >::description_ |
Definition at line 155 of file registered_param.h.
const std::string ddynamic_reconfigure::RegisteredParam< T >::enum_description_ |
Definition at line 159 of file registered_param.h.
const std::map<std::string, T> ddynamic_reconfigure::RegisteredParam< T >::enum_dictionary_ |
Definition at line 158 of file registered_param.h.
const std::string ddynamic_reconfigure::RegisteredParam< T >::group_ |
Definition at line 160 of file registered_param.h.
const T ddynamic_reconfigure::RegisteredParam< T >::max_value_ |
Definition at line 157 of file registered_param.h.
const T ddynamic_reconfigure::RegisteredParam< T >::min_value_ |
Definition at line 156 of file registered_param.h.
const std::string ddynamic_reconfigure::RegisteredParam< T >::name_ |
Definition at line 154 of file registered_param.h.