#include <vhdProperty/vhdWarpClockConfigProperty.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdFundamental/vhdWarpClock.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIndexOutOfBoundsException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdWarpClockConfigProperty::_Impl |
Defines | |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::vhdWarpClockConfigProperty( vhtBool runningFlag, vhtBool usingBaseClockFlag, vhdIClockRef baseClock, vhtTime defaultTimeStep, vhtDouble scale)" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::vhdWarpClockConfigProperty( vhtBool runningFlag, vhtBool usingBaseClockFlag, vhdIClockRef baseClock, vhtTime initialValue, vhtTime defaultTimeStep, vhtDouble scale)" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::~vhdWarpClockConfigProperty()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::createWarpClock()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isRunningFlag()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isUsingBaseClockFlag()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getBaseClock()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isTakingInitialValueFromBaseClockFlag()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getInitialValue()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getDefualtTimeStep()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getScale()" |
Functions | |
vhdCLASS_TYPE_INIT (vhdWarpClockConfigProperty, vhdProperty) vhdWarpClockConfigProperty | |
vhdWarpClockConfigProperty::vhdWarpClockConfigProperty (vhtBool runningFlag, vhtBool usingBaseClockFlag, vhdIClockRef baseClock, vhtTime initialValue, vhtTime defaultTimeStep, vhtDouble scale) | |
vhdWarpClockConfigProperty::~vhdWarpClockConfigProperty () | |
vhdWarpClockRef | vhdWarpClockConfigProperty::createWarpClock () |
vhtBool | vhdWarpClockConfigProperty::isRunningFlag () |
vhtBool | vhdWarpClockConfigProperty::isUsingBaseClockFlag () |
vhdIClockRef | vhdWarpClockConfigProperty::getBaseClock () |
vhtBool | vhdWarpClockConfigProperty::isTakingInitialValueFromBaseClockFlag () |
vhtTime | vhdWarpClockConfigProperty::getInitialValue () |
vhtTime | vhdWarpClockConfigProperty::getDefualtTimeStep () |
vhtDouble | vhdWarpClockConfigProperty::getScale () |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getScale()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getDefualtTimeStep()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getInitialValue()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isTakingInitialValueFromBaseClockFlag()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::getBaseClock()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isUsingBaseClockFlag()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::isRunningFlag()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::createWarpClock()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::~vhdWarpClockConfigProperty()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::vhdWarpClockConfigProperty( vhtBool runningFlag, vhtBool usingBaseClockFlag, vhdIClockRef baseClock, vhtTime initialValue, vhtTime defaultTimeStep, vhtDouble scale)" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigProperty::vhdWarpClockConfigProperty( vhtBool runningFlag, vhtBool usingBaseClockFlag, vhdIClockRef baseClock, vhtTime defaultTimeStep, vhtDouble scale)" |
vhdCLASS_TYPE_INIT | ( | vhdWarpClockConfigProperty | , | |
vhdProperty | ||||
) |