Classes | |
| class | _Impl |
Functions | |
| vhdServiceBody (const std::string &serviceClassName, const std::string &serviceName) | |
| ~vhdServiceBody () | |
| void | _declareProvidedServiceInterface (const std::string &serviceInterfaceName) |
| void | _declareRequiredServiceInterface (const std::string &serviceInterfaceName, const std::string &serviceClassName, const std::string &serviceName) |
| void | _declareControlledPropertyType (const std::string &propertyClassName) |
| void | _declareObservedPropertyType (const std::string &propertyClassName) |
| void | _declarePublishedEventType (const std::string &eventClassName) |
| void | _declareReceivedEventType (const std::string &eventClassName) |
| vhtBool | _initPropertyScanImplem (vhdPropertyRef property) |
| vhtBool | _runImplem () |
| vhtBool | _freezeImplem () |
| vhtBool | _terminateImplem () |
| void | _handleWarpClockExchangeImplem (const std::string &warpClockName, vhdWarpClockRef warpClock) |
| void | _handleAddServiceImplem (vhdServiceHandleRef serviceHandle) |
| void | _handleRemoveServiceImplem (vhdServiceHandleRef serviceHandle) |
| void | _handleServiceStateChangeImplem (vhdServiceHandleRef serviceHandle) |
| vhtBool | _handleAddPropertyScanImplem (vhdPropertyRef property) |
| vhtBool | _handleRemovePropertyScanImplem (vhdPropertyRef property) |
| void | _handlePropertyChangeImplem (vhdPropertyRef property) |
| vhtBool | _filterEventImplem (vhdEventRef event) |
| vhtBool | _handleEventImplem (vhdEventRef event) |
| vhtSize32 | getServiceBodyVersion () |
| const std::string & | getServiceClassName () |
| const std::string & | getServiceName () |
| vhtBool | hasServiceContext () |
| vhdServiceContextRef | getServiceContext () |
| vhdServiceHandleRef | getServiceHandle () |
| std::string | toString () const |
| void | _setServiceContext (vhdServiceContextRef serviceContext) |
| vhtBool | _init () |
| vhtBool | _run () |
| vhtBool | _freeze () |
| vhtBool | _terminate () |
| vhtBool | _update () |
| void | _handleWarpClockExchange (const std::string &warpClockName, vhdWarpClockRef warpClock) |
| void | _handleAddService (vhdServiceHandleRef serviceHandle) |
| void | _handleRemoveService (vhdServiceHandleRef serviceHandle) |
| void | _handleServiceStateChange (vhdServiceHandleRef serviceHandle) |
| vhtBool | _handleAddPropertyScan (vhdPropertyRef property) |
| vhtBool | _handleRemovePropertyScan (vhdPropertyRef property) |
| void | _handlePropertyChange (vhdPropertyRef property) |
| vhtBool | _filterEvent (vhdEventRef event) |
| vhtBool | _handleEvent (vhdEventRef event) |
| void vhdServiceBody::_declareControlledPropertyType | ( | const std::string & | propertyClassName | ) |
| void vhdServiceBody::_declareObservedPropertyType | ( | const std::string & | propertyClassName | ) |
| void vhdServiceBody::_declareProvidedServiceInterface | ( | const std::string & | serviceInterfaceName | ) |
| void vhdServiceBody::_declarePublishedEventType | ( | const std::string & | eventClassName | ) |
| void vhdServiceBody::_declareReceivedEventType | ( | const std::string & | eventClassName | ) |
| void vhdServiceBody::_declareRequiredServiceInterface | ( | const std::string & | serviceInterfaceName, | |
| const std::string & | serviceClassName, | |||
| const std::string & | serviceName | |||
| ) |
| vhtBool vhdServiceBody::_filterEvent | ( | vhdEventRef | event | ) |
| vhtBool vhdServiceBody::_filterEventImplem | ( | vhdEventRef | event | ) |
| vhtBool vhdServiceBody::_freeze | ( | ) |
| vhtBool vhdServiceBody::_freezeImplem | ( | ) |
| vhtBool vhdServiceBody::_handleAddPropertyScan | ( | vhdPropertyRef | property | ) |
| vhtBool vhdServiceBody::_handleAddPropertyScanImplem | ( | vhdPropertyRef | property | ) |
| void vhdServiceBody::_handleAddService | ( | vhdServiceHandleRef | serviceHandle | ) |
| void vhdServiceBody::_handleAddServiceImplem | ( | vhdServiceHandleRef | serviceHandle | ) |
| vhtBool vhdServiceBody::_handleEvent | ( | vhdEventRef | event | ) |
| vhtBool vhdServiceBody::_handleEventImplem | ( | vhdEventRef | event | ) |
| void vhdServiceBody::_handlePropertyChange | ( | vhdPropertyRef | property | ) |
| void vhdServiceBody::_handlePropertyChangeImplem | ( | vhdPropertyRef | property | ) |
| vhtBool vhdServiceBody::_handleRemovePropertyScan | ( | vhdPropertyRef | property | ) |
| vhtBool vhdServiceBody::_handleRemovePropertyScanImplem | ( | vhdPropertyRef | property | ) |
| void vhdServiceBody::_handleRemoveService | ( | vhdServiceHandleRef | serviceHandle | ) |
| void vhdServiceBody::_handleRemoveServiceImplem | ( | vhdServiceHandleRef | serviceHandle | ) |
| void vhdServiceBody::_handleServiceStateChange | ( | vhdServiceHandleRef | serviceHandle | ) |
| void vhdServiceBody::_handleServiceStateChangeImplem | ( | vhdServiceHandleRef | serviceHandle | ) |
| void vhdServiceBody::_handleWarpClockExchange | ( | const std::string & | warpClockName, | |
| vhdWarpClockRef | warpClock | |||
| ) |
| void vhdServiceBody::_handleWarpClockExchangeImplem | ( | const std::string & | warpClockName, | |
| vhdWarpClockRef | warpClock | |||
| ) |
| vhtBool vhdServiceBody::_init | ( | ) |
| vhtBool vhdServiceBody::_initPropertyScanImplem | ( | vhdPropertyRef | property | ) |
| vhtBool vhdServiceBody::_run | ( | ) |
| vhtBool vhdServiceBody::_runImplem | ( | ) |
| void vhdServiceBody::_setServiceContext | ( | vhdServiceContextRef | serviceContext | ) |
| vhtBool vhdServiceBody::_terminate | ( | ) |
| vhtBool vhdServiceBody::_terminateImplem | ( | ) |
| vhtBool vhdServiceBody::_update | ( | ) |
| vhtSize32 vhdServiceBody::getServiceBodyVersion | ( | ) |
| const std::string& vhdServiceBody::getServiceClassName | ( | ) |
| vhdServiceContextRef vhdServiceBody::getServiceContext | ( | ) |
| vhdServiceHandleRef vhdServiceBody::getServiceHandle | ( | ) |
| const std::string& vhdServiceBody::getServiceName | ( | ) |
| vhtBool vhdServiceBody::hasServiceContext | ( | ) |
| std::string vhdServiceBody::toString | ( | ) | const |
| vhdServiceBody::vhdServiceBody | ( | const std::string & | serviceClassName, | |
| const std::string & | serviceName | |||
| ) |
| vhdServiceBody::~vhdServiceBody | ( | ) |
1.5.1-p1