A base class for ExecutionContext. More...
#include <ExecutionContextBase.h>
Public Member Functions | |
virtual RTC::ReturnCode_t | bindComponent (RTObject_impl *rtc)=0 |
virtual RTC::ExecutionContextService_ptr | getObjRef ()=0 |
virtual void | tick () throw (CORBA::SystemException) |
Proceed with tick of ExecutionContext. | |
virtual | ~ExecutionContextBase (void) |
Virtual Destructor. |
A base class for ExecutionContext.
A base class of ExecutionContext.
Definition at line 51 of file ExecutionContextBase.h.
virtual RTC::ExecutionContextBase::~ExecutionContextBase | ( | void | ) | [inline, virtual] |
virtual RTC::ReturnCode_t RTC::ExecutionContextBase::bindComponent | ( | RTObject_impl * | rtc | ) | [pure virtual] |
Bind the component.
Implemented in RTC::PeriodicExecutionContext.
virtual RTC::ExecutionContextService_ptr RTC::ExecutionContextBase::getObjRef | ( | ) | [pure virtual] |
Get the reference of the object.
Implemented in RTC::PeriodicExecutionContext.
virtual void RTC::ExecutionContextBase::tick | ( | void | ) | throw (CORBA::SystemException) [inline, virtual] |
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.