Public Member Functions | |
virtual RTC::ReturnCode_t | initialize () throw (CORBA::SystemException) |
[CORBA interface] Initialize the RTC that realizes this interface. | |
RTObjectMock (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
RTObjectMock (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa) | |
void | setLogger (Logger *logger) |
void | setLogger (Logger *logger) |
Private Member Functions | |
void | log (const std::string &msg) |
Private Attributes | |
Logger * | m_logger |
Definition at line 77 of file rtm/tests/Factory/FactoryTests.cpp.
Tests::RTObjectMock::RTObjectMock | ( | CORBA::ORB_ptr | orb, |
PortableServer::POA_ptr | poa | ||
) | [inline] |
Definition at line 81 of file rtm/tests/Factory/FactoryTests.cpp.
Tests::RTObjectMock::RTObjectMock | ( | CORBA::ORB_ptr | orb, |
PortableServer::POA_ptr | poa | ||
) | [inline] |
Definition at line 201 of file ManagerTests.cpp.
virtual RTC::ReturnCode_t Tests::RTObjectMock::initialize | ( | ) | throw (CORBA::SystemException) [inline, virtual] |
[CORBA interface] Initialize the RTC that realizes this interface.
[CORBA interface] IInitialize the RTC that realizes this interface.
The invocation of this operation shall result in the invocation of the callback ComponentAction::on_initialize.
Constraints
Reimplemented from RTC::RTObject_impl.
Definition at line 206 of file ManagerTests.cpp.
void Tests::RTObjectMock::log | ( | const std::string & | msg | ) | [inline, private] |
Definition at line 96 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::RTObjectMock::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 87 of file rtm/tests/Factory/FactoryTests.cpp.
void Tests::RTObjectMock::setLogger | ( | Logger * | logger | ) | [inline] |
Definition at line 214 of file ManagerTests.cpp.
Logger * Tests::RTObjectMock::m_logger [private] |
Definition at line 93 of file rtm/tests/Factory/FactoryTests.cpp.