Classes | |
class | DummyController |
Public Member Functions | |
virtual controller_interface::ControllerBaseSharedPtr | createInstance (const std::string &lookup_name) |
DummyControllerLoader () | |
virtual std::vector< std::string > | getDeclaredClasses () |
virtual void | reload () |
Public Member Functions inherited from controller_manager::ControllerLoaderInterface | |
ControllerLoaderInterface (const std::string &name) | |
const std::string & | getName () |
virtual | ~ControllerLoaderInterface () |
Private Member Functions | |
void | add (const std::string type) |
Private Attributes | |
std::map< std::string, std::string > | classes |
Definition at line 232 of file hwi_switch_test.cpp.
|
inline |
Definition at line 269 of file hwi_switch_test.cpp.
|
inlineprivate |
Definition at line 264 of file hwi_switch_test.cpp.
|
inlinevirtual |
Implements controller_manager::ControllerLoaderInterface.
Definition at line 275 of file hwi_switch_test.cpp.
|
inlinevirtual |
Implements controller_manager::ControllerLoaderInterface.
Definition at line 279 of file hwi_switch_test.cpp.
|
inlinevirtual |
Implements controller_manager::ControllerLoaderInterface.
Definition at line 288 of file hwi_switch_test.cpp.
|
private |
Definition at line 263 of file hwi_switch_test.cpp.