#include <OpenHRPExecutionContext.h>

Public Member Functions | |
| OpenHRPExecutionContext () | |
| Constructor. | |
| virtual | ~OpenHRPExecutionContext (void) |
| Destructor. | |
| virtual void | tick (void) throw (CORBA::SystemException) |
| Proceed with tick of ExecutionContext. | |
| virtual int | svc (void) |
| The thread running flag of ExecutionContext. | |
| RTC::OpenHRPExecutionContext::OpenHRPExecutionContext | ( | ) |
Constructor.
| virtual RTC::OpenHRPExecutionContext::~OpenHRPExecutionContext | ( | void | ) | [virtual] |
Destructor.
| virtual void RTC::OpenHRPExecutionContext::tick | ( | void | ) | throw (CORBA::SystemException) [virtual] |
Proceed with tick of ExecutionContext.
Proceed with tick of ExecutionContext for one period.
Reimplemented from RTC::ExecutionContextBase.
| virtual int RTC::OpenHRPExecutionContext::svc | ( | void | ) | [virtual] |
1.5.5