#include <vhdRuntimeSystem.h>
vhdRuntimeSystem::vhdRuntimeSystem | ( | vhdRuntimeSystemConfigPropertyRef | runtimeSystemConfigProperty | ) |
vhdRuntimeSystem::~vhdRuntimeSystem | ( | ) | [virtual] |
vhdRuntimeSystemRef vhdRuntimeSystem::createRuntimeSystem | ( | vhdRuntimeSystemConfigPropertyRef | runtimeSystemConfigProperty | ) | [static] |
vhtBool vhdRuntimeSystem::isInitialized | ( | ) |
vhtBool vhdRuntimeSystem::isTerminated | ( | ) |
vhtBool vhdRuntimeSystem::tryInit | ( | ) |
vhtBool vhdRuntimeSystem::tryTerminate | ( | ) |
void vhdRuntimeSystem::update | ( | ) |
void vhdRuntimeSystem::update | ( | vhtTime | sleepTime | ) |
void vhdRuntimeSystem::updateUntilTerminated | ( | vhtTime | sleepTime = 0.1 |
) |
const std::string & vhdRuntimeSystem::getRuntimeSystemName | ( | ) |
vhdRuntimeSystemConfigPropertyRef vhdRuntimeSystem::getRuntimeSystemConfigProperty | ( | ) |
vhtBool vhdRuntimeSystem::canRegisterRuntimeEngine | ( | const std::string & | runtimeEngineName | ) |
vhdRuntimeEngineHandleRef vhdRuntimeSystem::getRuntimeEngineHandle | ( | const std::string & | runtimeEngineName | ) |
vhtSize32 vhdRuntimeSystem::getNumberOfRuntimeEngines | ( | ) |
vhtSize32 vhdRuntimeSystem::getNumberOfLocalRuntimeEngines | ( | ) |
vhtSize32 vhdRuntimeSystem::getNumberOfRemoteRuntimeEngines | ( | ) |
std::deque< vhdRuntimeEngineHandleRef > vhdRuntimeSystem::getRuntimeEngineHandles | ( | ) |
std::deque< vhdRuntimeEngineHandleRef > vhdRuntimeSystem::getLocalRuntimeEngineHandles | ( | ) |
std::deque< vhdRuntimeEngineHandleRef > vhdRuntimeSystem::getRemoteRuntimeEngineHandles | ( | ) |
vhtBool vhdRuntimeSystem::tryInitAllLocalRuntimeEngines | ( | ) |
vhtBool vhdRuntimeSystem::tryTerminateAllLocalRuntimeEngines | ( | ) |
vhtBool vhdRuntimeSystem::areAllLocalRuntimeEnginesInitialized | ( | ) |
vhtBool vhdRuntimeSystem::areAllLocalRuntimeEnginesTerminated | ( | ) |
vhtBool vhdRuntimeSystem::areAllRuntimeEnginesInitialized | ( | ) |
vhtBool vhdRuntimeSystem::areAllRuntimeEnginesTerminated | ( | ) |
void vhdRuntimeSystem::_registerLocalRuntimeEngine | ( | vhdRuntimeEngineRef | runtimeEngine | ) | [private] |
void vhdRuntimeSystem::_unregisterLocalRuntimeEngine | ( | vhdRuntimeEngineRef | runtimeEngine | ) | [private] |
vhtBool vhdRuntimeSystem::_init | ( | ) |
void vhdRuntimeSystem::_update | ( | ) |
vhtBool vhdRuntimeSystem::_terminate | ( | ) |
friend class vhdRuntimeEngine [friend] |
vhdRuntimeSystem::vhdCLASS_TYPE [private] |
_Impl* vhdRuntimeSystem::_impl [private] |