Public Member Functions | |
| void | configCallback (ConfigType &config, uint32_t) |
| void | rosparamToConfig (ConfigType &config) |
| TestDynamicReconfigure () | |
| ~TestDynamicReconfigure () | |
Public Attributes | |
| dynamic_reconfigure::Server < ConfigType > | drSrv |
| ros::NodeHandle | nh |
| ParamType | testParams |
Definition at line 10 of file test_dynamicReconfigure.cpp.
| TestDynamicReconfigure::TestDynamicReconfigure | ( | ) | [inline] |
Definition at line 14 of file test_dynamicReconfigure.cpp.
| void TestDynamicReconfigure::configCallback | ( | ConfigType & | config, |
| uint32_t | |||
| ) | [inline] |
Definition at line 25 of file test_dynamicReconfigure.cpp.
| void TestDynamicReconfigure::rosparamToConfig | ( | ConfigType & | config | ) | [inline] |
Definition at line 30 of file test_dynamicReconfigure.cpp.
| dynamic_reconfigure::Server<ConfigType> TestDynamicReconfigure::drSrv |
Definition at line 39 of file test_dynamicReconfigure.cpp.
Definition at line 35 of file test_dynamicReconfigure.cpp.
Definition at line 37 of file test_dynamicReconfigure.cpp.