|
static void | buildGroupDescription (RTT::TaskContext *owner, const RTT::PropertyBag &bag, ConfigDescription &config_description, AutoConfig &dflt, AutoConfig &min, AutoConfig &max, const std::string &prefix, const std::string &name, const std::string &type, int32_t parent, int32_t &id) |
|
static bool | buildParamDescription (const RTT::base::PropertyBase *pb, const std::string &prefix, Group::_parameters_type ¶ms, AutoConfig &dflt, AutoConfig &min, AutoConfig &max) |
|
static AutoConfig * | getAutoConfigFromProperty (const RTT::base::PropertyBase *pb) |
|
bool | getProperty (const std::string &name, const RTT::PropertyBag &bag, ValueType &value) |
|
static bool | propertyFromMessage (AutoConfig &config, Config &msg, const RTT::base::PropertyBase *sample, const std::string ¶m_name) |
|
static bool | propertyToMessage (Config &msg, const RTT::base::PropertyBase *pb, const std::string &_prefix) |
|
bool | setProperty (const std::string &name, RTT::PropertyBag &bag, ValueType &value) |
|