Public Types | |
typedef std::deque< vhdProvidedServiceInterfaceRef > | _ProvidedServiceInterfaces |
typedef std::deque< vhdRequiredServiceInterfaceRef > | _RequiredServiceInterfaces |
typedef std::set< std::string > | _PropertyTypes |
typedef std::set< vhdClassTypeRef > | _EventTypes |
Public Attributes | |
vhdRuntimeEngineRef | _runtimeEngine |
vhdServiceHandleRef | _serviceHandle |
vhdServiceRuntimeIDRef | _serviceRuntimeID |
vhdServiceConfigPropertyRef | _serviceConfigProperty |
std::string | _warpClockName |
vhdWarpClockRef | _warpClock |
_ProvidedServiceInterfaces | _providedServiceInterfaces |
_RequiredServiceInterfaces | _requiredServiceInterfaces |
_PropertyTypes | _controlledPropertyTypes |
_PropertyTypes | _observedPropertyTypes |
vhdPropertyControllerRef | _propertyController |
vhdPropertyObserverRef | _propertyObserver |
_EventTypes | _publishedEventTypes |
_EventTypes | _receivedEventTypes |
vhdEventPublisherRef | _eventPublisher |
vhdEventReceiverRef | _eventReceiver |
vhtBool | _declaringCollaborationsFlag |
vhtBool | _initializedFlag |
typedef std::deque<vhdProvidedServiceInterfaceRef> vhdServiceContext::_Impl::_ProvidedServiceInterfaces |
typedef std::deque<vhdRequiredServiceInterfaceRef> vhdServiceContext::_Impl::_RequiredServiceInterfaces |
typedef std::set<std::string> vhdServiceContext::_Impl::_PropertyTypes |
typedef std::set<vhdClassTypeRef> vhdServiceContext::_Impl::_EventTypes |
vhdRuntimeEngineRef vhdServiceContext::_Impl::_runtimeEngine |
vhdServiceHandleRef vhdServiceContext::_Impl::_serviceHandle |
vhdServiceRuntimeIDRef vhdServiceContext::_Impl::_serviceRuntimeID |
vhdServiceConfigPropertyRef vhdServiceContext::_Impl::_serviceConfigProperty |
std::string vhdServiceContext::_Impl::_warpClockName |
vhdWarpClockRef vhdServiceContext::_Impl::_warpClock |
vhdPropertyControllerRef vhdServiceContext::_Impl::_propertyController |
vhdPropertyObserverRef vhdServiceContext::_Impl::_propertyObserver |
vhdEventPublisherRef vhdServiceContext::_Impl::_eventPublisher |
vhdEventReceiverRef vhdServiceContext::_Impl::_eventReceiver |