#include <TestConfig.h>
Public Member Functions | |
virtual bool | fromMessage (const dynamic_reconfigure::Config &msg, boost::any &cfg) const |
GroupDescription (const GroupDescription< T, PT > &g) | |
GroupDescription (std::string a_name, std::string a_type, int a_parent, int a_id, bool a_s, T PT::*a_f) | |
virtual void | setInitialState (boost::any &cfg) const |
virtual void | toMessage (dynamic_reconfigure::Config &msg, const boost::any &cfg) const |
virtual void | updateParams (boost::any &cfg, TestConfig &top) const |
![]() | |
AbstractGroupDescription (std::string n, std::string t, int p, int i, bool s) | |
void | convertParams () |
![]() | |
Group_ () | |
Group_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
TPT::* | field |
std::vector< TestConfig::AbstractGroupDescriptionConstPtr > | groups |
![]() | |
std::vector< AbstractParamDescriptionConstPtr > | abstract_parameters |
bool | state |
![]() | |
_id_type | id |
_name_type | name |
_parameters_type | parameters |
_parent_type | parent |
_type_type | type |
Additional Inherited Members | |
![]() | |
typedef int32_t | _id_type |
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _name_type |
typedef std::vector< ::dynamic_reconfigure::ParamDescription_< ContainerAllocator >, typename ContainerAllocator::template rebind< ::dynamic_reconfigure::ParamDescription_< ContainerAllocator > >::other > | _parameters_type |
typedef int32_t | _parent_type |
typedef std::basic_string< char, std::char_traits< char >, typename ContainerAllocator::template rebind< char >::other > | _type_type |
typedef std::shared_ptr< ::dynamic_reconfigure::Group_< ContainerAllocator > const > | ConstPtr |
typedef std::shared_ptr< ::dynamic_reconfigure::Group_< ContainerAllocator > > | Ptr |
typedef Group_< ContainerAllocator > | Type |
Definition at line 142 of file TestConfig.h.
|
inline |
Definition at line 145 of file TestConfig.h.
|
inline |
Definition at line 149 of file TestConfig.h.
|
inlinevirtual |
Implements dynamic_reconfigure_test::TestConfig::AbstractGroupDescription.
Definition at line 155 of file TestConfig.h.
|
inlinevirtual |
Implements dynamic_reconfigure_test::TestConfig::AbstractGroupDescription.
Definition at line 171 of file TestConfig.h.
|
inlinevirtual |
Implements dynamic_reconfigure_test::TestConfig::AbstractGroupDescription.
Definition at line 199 of file TestConfig.h.
|
inlinevirtual |
Implements dynamic_reconfigure_test::TestConfig::AbstractGroupDescription.
Definition at line 185 of file TestConfig.h.
TPT::* dynamic_reconfigure_test::TestConfig::GroupDescription< T, PT >::field |
Definition at line 210 of file TestConfig.h.
std::vector<TestConfig::AbstractGroupDescriptionConstPtr> dynamic_reconfigure_test::TestConfig::GroupDescription< T, PT >::groups |
Definition at line 211 of file TestConfig.h.