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 } |
typedef std::vector<ConnectorProfile*> RTC::Local::ConnectorProfileList |
Definition at line 50 of file IPortService.h.
typedef std::vector<ExecutionContext*> RTC::Local::ExecutionContextList |
typedef std::vector<FsmBehaviorProfile*> RTC::Local::FsmBehaviorProfileList |
Definition at line 37 of file IFsmService.h.
typedef std::vector<std::pair<std::string, std::string> > RTC::Local::NVList |
typedef std::vector<PortInterfaceProfile*> RTC::Local::PortInterfaceProfileList |
Definition at line 38 of file IPortService.h.
typedef std::vector< PortProfile * > RTC::Local::PortProfileList |
Definition at line 63 of file IPortService.h.
typedef std::vector< IPortService * > RTC::Local::PortServiceList |
Definition at line 39 of file IPortService.h.
typedef std::vector<IRTObject*> RTC::Local::RTCList |
Definition at line 32 of file IExecutionContext.h.
typedef char* RTC::Local::UniqueIdentifier |