#include <test_component.hpp>

Public Member Functions | |
| DynamicReconfigureTestComponent (const std::string &name="component") | |
| void | notifyPropertiesUpdate (uint32_t) |
| bool | setConfigCallback (const std::string &service_name, dynamic_reconfigure::Reconfigure::Request &req, dynamic_reconfigure::Reconfigure::Response &rsp) |
| bool | updateProperties (RTT::PropertyBag &bag, uint32_t) |
| bool | updatePropertiesConst (const RTT::PropertyBag &bag, uint32_t) |
Public Attributes | |
| bool | notifyPropertiesUpdateCalled |
| Properties | props |
| bool | updatePropertiesCalled |
| bool | updatePropertiesConstCalled |
Definition at line 51 of file test_component.hpp.
| rtt_dynamic_reconfigure::DynamicReconfigureTestComponent::DynamicReconfigureTestComponent | ( | const std::string & | name = "component" | ) | [inline] |
Definition at line 58 of file test_component.hpp.
| void rtt_dynamic_reconfigure::DynamicReconfigureTestComponent::notifyPropertiesUpdate | ( | uint32_t | ) | [inline] |
Definition at line 93 of file test_component.hpp.
| bool rtt_dynamic_reconfigure::DynamicReconfigureTestComponent::setConfigCallback | ( | const std::string & | service_name, |
| dynamic_reconfigure::Reconfigure::Request & | req, | ||
| dynamic_reconfigure::Reconfigure::Response & | rsp | ||
| ) | [inline] |
Definition at line 98 of file test_component.hpp.
| bool rtt_dynamic_reconfigure::DynamicReconfigureTestComponent::updateProperties | ( | RTT::PropertyBag & | bag, |
| uint32_t | |||
| ) | [inline] |
Definition at line 81 of file test_component.hpp.
| bool rtt_dynamic_reconfigure::DynamicReconfigureTestComponent::updatePropertiesConst | ( | const RTT::PropertyBag & | bag, |
| uint32_t | |||
| ) | [inline] |
Definition at line 87 of file test_component.hpp.
Definition at line 55 of file test_component.hpp.
Definition at line 54 of file test_component.hpp.
Definition at line 55 of file test_component.hpp.
Definition at line 55 of file test_component.hpp.