A base class for ExecutionContext. More...
#include <ExecutionContextBase.h>
Public Member Functions | |
virtual RTC::ReturnCode_t | bindComponent (RTObject_impl *rtc)=0 |
Bind the component. More... | |
virtual RTC::ExecutionContextService_ptr | getObjRef ()=0 |
Get the reference of the object. More... | |
virtual void | tick () throw (CORBA::SystemException) |
Proceed with tick of ExecutionContext. More... | |
virtual | ~ExecutionContextBase (void) |
Virtual Destructor. More... | |
A base class for ExecutionContext.
A base class of ExecutionContext.
Definition at line 51 of file ExecutionContextBase.h.
|
inlinevirtual |
|
pure virtual |
|
pure virtual |
Get the reference of the object.
Get the reference of the object.
Implemented in RTC::PeriodicExecutionContext.
|
inlinevirtual |
Proceed with tick of ExecutionContext.
Proceed with tick of ExecutionContext for one period.
Reimplemented in RTC::ExtTrigExecutionContext, and RTC::OpenHRPExecutionContext.
Definition at line 84 of file ExecutionContextBase.h.