PeriodicExecutionContext class. More...
#include <coil/Task.h>
#include <coil/Mutex.h>
#include <coil/Condition.h>
#include <vector>
#include <iostream>
#include <rtm/RTC.h>
#include <rtm/idl/RTCSkel.h>
#include <rtm/idl/OpenRTMSkel.h>
#include <rtm/Manager.h>
#include <rtm/StateMachine.h>
#include <rtm/ExecutionContextBase.h>
Go to the source code of this file.
Classes | |
struct | RTC::PeriodicExecutionContext::Comp |
The structure for the component management. More... | |
class | RTC::PeriodicExecutionContext::DFP< Object > |
DFP class. More... | |
class | RTC::PeriodicExecutionContext::DFPBase |
DFPBase class. More... | |
struct | RTC::PeriodicExecutionContext::find_comp |
Functor to find the component. More... | |
class | RTC::PeriodicExecutionContext::find_participant |
struct | RTC::PeriodicExecutionContext::invoke_on_rate_changed |
Functor to invoke on_rate_changed. More... | |
struct | RTC::PeriodicExecutionContext::invoke_on_shutdown |
Functor to invoke on_shutdown. More... | |
struct | RTC::PeriodicExecutionContext::invoke_on_startup |
Functor to invoke on_startup. More... | |
struct | RTC::PeriodicExecutionContext::invoke_worker |
Functor to invoke worker. More... | |
class | RTC::PeriodicExecutionContext |
PeriodicExecutionContext class. More... | |
struct | RTC::PeriodicExecutionContext::Worker |
Condition variable class for worker. More... | |
Namespaces | |
RTC | |
RT-Component. | |
Macros | |
#define | NUM_OF_LIFECYCLESTATE 4 |
Functions | |
void | PeriodicExecutionContextInit (RTC::Manager *manager) |
Initialization function to register to ECFactory. More... | |
PeriodicExecutionContext class.
Copyright (C) 2006-2008 Noriaki Ando Task-intelligence Research Group, Intelligent Systems Research Institute, National Institute of Advanced Industrial Science and Technology (AIST), Japan All rights reserved.
$Id$
Definition in file PeriodicExecutionContext.h.
#define NUM_OF_LIFECYCLESTATE 4 |
Definition at line 36 of file PeriodicExecutionContext.h.
void PeriodicExecutionContextInit | ( | RTC::Manager * | manager | ) |
Initialization function to register to ECFactory.
Definition at line 656 of file PeriodicExecutionContext.cpp.