OpenHRPExecutionContext class. More...
#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. | |
OpenHRPExecutionContext class.
This is ExecutionContext for OpenHRP3. This EC can execute only one cycle by tick() call from external framework.
| RTC::OpenHRPExecutionContext::OpenHRPExecutionContext | ( | ) |
Constructor.
| virtual RTC::OpenHRPExecutionContext::~OpenHRPExecutionContext | ( | void | ) | [virtual] |
Destructor.
| virtual int RTC::OpenHRPExecutionContext::svc | ( | void | ) | [virtual] |
The thread running flag of ExecutionContext.
Reimplemented from RTC::PeriodicExecutionContext.
| 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.
1.6.3