#include <string>#include <vhdRuntime/vhdApp.h>#include <vhdRuntime/vhdRuntimeSystem.h>#include <vhdRuntime/vhdRuntimeSystemConfigProperty.h>#include <vhdRuntime/vhdRuntimeEngine.h>#include <vhdRuntime/vhdRuntimeEngineHandle.h>#include <vhdRuntime/vhdRuntimeEngineConfigProperty.h>#include <vhdRuntime/vhdTimeManager.h>#include <vhdRuntime/vhdServiceManager.h>#include <vhdRuntime/vhdPropertyManager.h>#include <vhdRuntime/vhdEventManager.h>#include <vhdXMLPropertyLoader/vhdIXMLPropertyLoaderHandler.h>#include <vhdXMLPropertyLoader/vhdXMLPropertyLoader.h>#include <vhdFundamental/vhdDiag.h>#include <vhdFundamental/vhdClock.h>#include <vhdFundamental/vhdWarpClock.h>#include <vhdFundamental/vhdSys.h>#include <vhdProperty/vhdPropertyTreeIterator.h>#include <vhdExceptions/vhdIllegalArgumentException.h>#include <vhdExceptions/vhdIllegalOperationException.h>#include <vhdExceptions/vhdIntegrityViolationException.h>#include <vhdExceptions/vhdNoSuchElementException.h>#include <vhdExceptions/vhdNotImplementedException.h>#include <vhdExceptions/vhdMemoryAllocationError.h>#include <vhdExceptions/vhdError.h>Classes | |
| class | vhdApp |
Defines | |
| #define | _VHD_METHOD_NAME "vhdApp::init()" |
| #define | _VHD_METHOD_NAME "vhdApp::terminate()" |
| #define | _VHD_METHOD_NAME "vhdApp::setXMLPropertyLoaderHandler( vhdIXMLPropertyLoaderHandlerRef handler)" |
| #define | _VHD_METHOD_NAME "vhdApp::createInitRuntimeSystem( const std::string & systemConfigXMLFileName)" |
| #define | _VHD_METHOD_NAME "vhdApp::getRuntimeSystem()" |
| #define | _VHD_METHOD_NAME "vhdApp::createInitRuntimeEngine( const std::string & runtimeEngineName)" |
| #define | _VHD_METHOD_NAME "vhdApp::getRuntimeEngine()" |
| #define | _VHD_METHOD_NAME "vhdApp::loadProperties( const std::string & runtimeEngineName, const std::string & dataConfigXMLFileName)" |
| #define | _VHD_METHOD_NAME "vhdApp::loadInitRunServicesRequestedInConfig( const std::string & runtimeEngineName)" |
| #define | _VHD_METHOD_NAME "vhdApp::updateRuntimeSystem()" |
| #define | _VHD_METHOD_NAME "vhdApp::updateRuntimeSystem( vhtTime sleepTime )" |
| #define | _VHD_METHOD_NAME "vhdApp::updateRuntimeSystemUntilTerminated( vhtTime sleepTime)" |
Functions | |
| vhdCLASS_TYPE_INIT (vhdApp, vhdObject) | |
| void | vhdDLLServiceInit () |
| #define _VHD_METHOD_NAME "vhdApp::updateRuntimeSystemUntilTerminated( vhtTime sleepTime)" |
| #define _VHD_METHOD_NAME "vhdApp::updateRuntimeSystem( vhtTime sleepTime )" |
| #define _VHD_METHOD_NAME "vhdApp::updateRuntimeSystem()" |
| #define _VHD_METHOD_NAME "vhdApp::loadInitRunServicesRequestedInConfig( const std::string & runtimeEngineName)" |
| #define _VHD_METHOD_NAME "vhdApp::loadProperties( const std::string & runtimeEngineName, const std::string & dataConfigXMLFileName)" |
| #define _VHD_METHOD_NAME "vhdApp::getRuntimeEngine()" |
| #define _VHD_METHOD_NAME "vhdApp::createInitRuntimeEngine( const std::string & runtimeEngineName)" |
| #define _VHD_METHOD_NAME "vhdApp::getRuntimeSystem()" |
| #define _VHD_METHOD_NAME "vhdApp::createInitRuntimeSystem( const std::string & systemConfigXMLFileName)" |
| #define _VHD_METHOD_NAME "vhdApp::setXMLPropertyLoaderHandler( vhdIXMLPropertyLoaderHandlerRef handler)" |
| #define _VHD_METHOD_NAME "vhdApp::terminate()" |
| #define _VHD_METHOD_NAME "vhdApp::init()" |
| vhdCLASS_TYPE_INIT | ( | vhdApp | , | |
| vhdObject | ||||
| ) |
| void vhdDLLServiceInit | ( | ) |
1.5.1-p1