#include <ARSinglePublisherConfig.h>

Public Member Functions | |
| virtual bool | fromMessage (const dynamic_reconfigure::Config &msg, boost::any &cfg) const |
| GroupDescription (std::string name, std::string type, int parent, int id, bool s, T PT::*f) | |
| GroupDescription (const GroupDescription< T, PT > &g) | |
| 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, ARSinglePublisherConfig &top) const |
Public Attributes | |
| TPT::* | field |
| std::vector < ARSinglePublisherConfig::AbstractGroupDescriptionConstPtr > | groups |
Definition at line 178 of file ARSinglePublisherConfig.h.
| ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::GroupDescription | ( | std::string | name, |
| std::string | type, | ||
| int | parent, | ||
| int | id, | ||
| bool | s, | ||
| T PT::* | f | ||
| ) | [inline] |
Definition at line 181 of file ARSinglePublisherConfig.h.
| ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::GroupDescription | ( | const GroupDescription< T, PT > & | g | ) | [inline] |
Definition at line 185 of file ARSinglePublisherConfig.h.
| virtual bool ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::fromMessage | ( | const dynamic_reconfigure::Config & | msg, |
| boost::any & | cfg | ||
| ) | const [inline, virtual] |
Implements ar_pose::ARSinglePublisherConfig::AbstractGroupDescription.
Definition at line 191 of file ARSinglePublisherConfig.h.
| virtual void ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::setInitialState | ( | boost::any & | cfg | ) | const [inline, virtual] |
Implements ar_pose::ARSinglePublisherConfig::AbstractGroupDescription.
Definition at line 207 of file ARSinglePublisherConfig.h.
| virtual void ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::toMessage | ( | dynamic_reconfigure::Config & | msg, |
| const boost::any & | cfg | ||
| ) | const [inline, virtual] |
Implements ar_pose::ARSinglePublisherConfig::AbstractGroupDescription.
Definition at line 235 of file ARSinglePublisherConfig.h.
| virtual void ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::updateParams | ( | boost::any & | cfg, |
| ARSinglePublisherConfig & | top | ||
| ) | const [inline, virtual] |
Implements ar_pose::ARSinglePublisherConfig::AbstractGroupDescription.
Definition at line 221 of file ARSinglePublisherConfig.h.
| TPT::* ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::field |
Definition at line 246 of file ARSinglePublisherConfig.h.
| std::vector<ARSinglePublisherConfig::AbstractGroupDescriptionConstPtr> ar_pose::ARSinglePublisherConfig::GroupDescription< T, PT >::groups |
Definition at line 247 of file ARSinglePublisherConfig.h.