
Public Member Functions | |
| InvokerMock (const RTC::DataFlowComponent_ptr &rtoRef, RTC::Manager *mgr) | |
| virtual int | svc (void) |
| Execute thread. | |
| ~InvokerMock () | |
Private Attributes | |
| RTC::Manager * | m_mgr |
| RTC::DataFlowComponent_ptr | m_rtoRef |
Definition at line 688 of file ManagerTests.cpp.
| Tests::ManagerTests::InvokerMock::InvokerMock | ( | const RTC::DataFlowComponent_ptr & | rtoRef, |
| RTC::Manager * | mgr | ||
| ) | [inline] |
Definition at line 692 of file ManagerTests.cpp.
| Tests::ManagerTests::InvokerMock::~InvokerMock | ( | ) | [inline] |
Definition at line 699 of file ManagerTests.cpp.
| virtual int Tests::ManagerTests::InvokerMock::svc | ( | void | ) | [inline, virtual] |
Execute thread.
Execute thread
Reimplemented from coil::Task.
Definition at line 704 of file ManagerTests.cpp.
Definition at line 719 of file ManagerTests.cpp.
RTC::DataFlowComponent_ptr Tests::ManagerTests::InvokerMock::m_rtoRef [private] |
Definition at line 718 of file ManagerTests.cpp.