The structure for the component management. More...
#include <PeriodicExecutionContext.h>
Public Member Functions | |
Comp (LightweightRTObject_ptr ref, OpenRTM::DataFlowComponent_ptr dfp, ExecutionContextHandle_t id) | |
Comp (const Comp &comp) | |
Comp & | operator= (const Comp &comp) |
~Comp (void) | |
Public Attributes | |
LightweightRTObject_var | _ref |
DFP < OpenRTM::DataFlowComponent_var > | _sm |
The structure for the component management.
Definition at line 1367 of file PeriodicExecutionContext.h.
RTC::PeriodicExecutionContext::Comp::Comp | ( | LightweightRTObject_ptr | ref, |
OpenRTM::DataFlowComponent_ptr | dfp, | ||
ExecutionContextHandle_t | id | ||
) | [inline] |
Definition at line 1369 of file PeriodicExecutionContext.h.
RTC::PeriodicExecutionContext::Comp::~Comp | ( | void | ) | [inline] |
Definition at line 1375 of file PeriodicExecutionContext.h.
RTC::PeriodicExecutionContext::Comp::Comp | ( | const Comp & | comp | ) | [inline] |
Definition at line 1378 of file PeriodicExecutionContext.h.
Definition at line 1382 of file PeriodicExecutionContext.h.
LightweightRTObject_var RTC::PeriodicExecutionContext::Comp::_ref |
Definition at line 1389 of file PeriodicExecutionContext.h.
DFP<OpenRTM::DataFlowComponent_var> RTC::PeriodicExecutionContext::Comp::_sm |
Definition at line 1390 of file PeriodicExecutionContext.h.