std::vector< Comp > m_comps
List of the participating component.
Functor to invoke worker.
virtual ~ExtTrigExecutionContext(void)
Destructor.
virtual int svc(void)
Invoke each component's operation.
void ExtTrigExecutionContextInit(RTC::Manager *manager)
Register Factory class for this ExecutionContext.
ExtTrigExecutionContext class.
bool m_running
The running state of ExecutionContext true: running, false: stopped.
virtual void tick()
Move forward one step of ExecutionContext.
ExtTrigExecutionContext()
Constructor.