Classes |
struct | ComponentProfile |
struct | ConnectorProfile |
class | DataFlowComponentBase |
| DataFlowComponentBase class. More...
|
struct | ExecutionContextProfile |
struct | FsmBehaviorProfile |
struct | FsmProfile |
class | IComponentAction |
| IComponentAction interface class. More...
|
class | IDataFlowComponent |
| IDataFlowComponent class. More...
|
class | IDataFlowComponentAction |
| IDataFlowComponentAction class. More...
|
class | IExecutionContext |
| IExecutionContext class. More...
|
class | IFsm |
| IFsm interface class. More...
|
class | IFsmObject |
| IFsmObject interface class. More...
|
class | IFsmParticipant |
| IFsmParticipant interface class. More...
|
class | IFsmParticipantAction |
| IFsmParticipantAction interface class. More...
|
class | IFsmService |
| IFsmService class. More...
|
class | ILightweightRTObject |
| ILightweightRTObject interface class. More...
|
class | IMode |
| IMode class. More...
|
class | IModeCapable |
| IModeCapable class. More...
|
class | IMultiiModeComponentAction |
| IMultiiModeComponentAction class. More...
|
class | IMultiModeObject |
| IMultiModeObject class. More...
|
class | IPortService |
| IPortService itnerface class. More...
|
class | IRTObject |
| IRTObject interface class. More...
|
struct | PortInterfaceProfile |
struct | PortProfile |
Typedefs |
typedef std::vector
< ConnectorProfile * > | ConnectorProfileList |
typedef
EXECUTION_HANDLE_TYPE_NATIVE | ECHandle_t |
typedef
EXECUTION_HANDLE_TYPE_NATIVE | ExecutionContextHandle_t |
typedef std::vector
< ExecutionContext * > | ExecutionContextList |
typedef std::vector
< FsmBehaviorProfile * > | FsmBehaviorProfileList |
typedef std::vector< std::pair
< std::string, std::string > > | NVList |
typedef std::vector
< PortInterfaceProfile * > | PortInterfaceProfileList |
typedef std::vector
< PortProfile * > | PortProfileList |
typedef std::vector
< IPortService * > | PortServiceList |
typedef std::vector< IRTObject * > | RTCList |
typedef char * | UniqueIdentifier |
Enumerations |
enum | ExecutionKind { PERIODIC,
EVENT_DRIVEN,
OTHER
} |
enum | LifeCycleState { CREATED_STATE,
INACTIVE_STATE,
ACTIVE_STATE,
ERROR_STATE
} |
enum | PortInterfacePolarity { PROVIDED,
REQUIRED
} |
enum | ReturnCode_t {
RTC_OK,
RTC_ERROR,
BAD_PARAMETER,
UNSUPPORTED,
OUT_OF_RESOURCES,
PRECONDITION_NOT_MET
} |