
Public Member Functions | |
| void | loadControllers () |
| void | prepareMocks () |
| void | SetUp () override |
Public Attributes | |
| std::shared_ptr< controller_manager::ControllerManager > | cm_ |
| StrictMock< ControllerMock > * | ctrl_1_mock_ |
| controller_interface::ControllerBaseSharedPtr | ctrl_1_mock_ptr_ |
| StrictMock< ControllerMock > * | ctrl_2_mock_ |
| controller_interface::ControllerBaseSharedPtr | ctrl_2_mock_ptr_ |
| StrictMock< ControllerLoaderMock > * | ctrl_loader_mock_ |
| controller_manager::ControllerLoaderInterfaceSharedPtr | ctrl_loader_mock_ptr_ |
| std::unique_ptr< StrictMock< RobotHWMock > > | hw_mock_ |
Definition at line 97 of file hwi_update_test.cpp.
|
inline |
Definition at line 125 of file hwi_update_test.cpp.
|
inline |
Definition at line 106 of file hwi_update_test.cpp.
|
inlineoverride |
Definition at line 100 of file hwi_update_test.cpp.
| std::shared_ptr<controller_manager::ControllerManager> ControllerManagerTest::cm_ |
Definition at line 165 of file hwi_update_test.cpp.
| StrictMock<ControllerMock>* ControllerManagerTest::ctrl_1_mock_ |
Definition at line 159 of file hwi_update_test.cpp.
| controller_interface::ControllerBaseSharedPtr ControllerManagerTest::ctrl_1_mock_ptr_ |
Definition at line 161 of file hwi_update_test.cpp.
| StrictMock<ControllerMock>* ControllerManagerTest::ctrl_2_mock_ |
Definition at line 160 of file hwi_update_test.cpp.
| controller_interface::ControllerBaseSharedPtr ControllerManagerTest::ctrl_2_mock_ptr_ |
Definition at line 162 of file hwi_update_test.cpp.
| StrictMock<ControllerLoaderMock>* ControllerManagerTest::ctrl_loader_mock_ |
Definition at line 155 of file hwi_update_test.cpp.
| controller_manager::ControllerLoaderInterfaceSharedPtr ControllerManagerTest::ctrl_loader_mock_ptr_ |
Definition at line 156 of file hwi_update_test.cpp.
| std::unique_ptr<StrictMock<RobotHWMock> > ControllerManagerTest::hw_mock_ |
Definition at line 152 of file hwi_update_test.cpp.