#include <server.h>
Public Member Functions | |
virtual bool | configFromProperties (ConfigType &config, const RTT::PropertyBag &) |
virtual bool | propertiesFromConfig (ConfigType &config, uint32_t level, RTT::PropertyBag &) |
This class converts between a dynamic_reconfigure Config class and an RTT::PropertyBag. The user should specialize this class for custom config types or inherit from it and reimplement the propertiesFromConfig() and configFromProperties() member functions in a child class.
virtual bool rtt_dynamic_reconfigure::Updater< ConfigType >::configFromProperties | ( | ConfigType & | config, |
const RTT::PropertyBag & | |||
) | [inline, virtual] |
virtual bool rtt_dynamic_reconfigure::Updater< ConfigType >::propertiesFromConfig | ( | ConfigType & | config, |
uint32_t | level, | ||
RTT::PropertyBag & | |||
) | [inline, virtual] |