A base class for ExecutionContext.
virtual ~ExecutionContextBase(void)
Virtual Destructor.
virtual void tick()
Proceed with tick of ExecutionContext.
virtual RTC::ExecutionContextService_ptr getObjRef()=0
Get the reference of the object.
virtual RTC::ReturnCode_t bindComponent(RTObject_impl *rtc)=0
Bind the component.