#include <stdlib.h>
#include <vhdXMLPropertyLoader/vhdWarpClockConfigPropertyFactory.h>
#include <vhdProperty/vhdWarpClockConfigProperty.h>
#include <vhdFundamental/vhdClock.h>
#include <vhdFundamental/vhdSys.h>
#include <vhdFundamental/vhdDiag.h>
#include <vhdExceptions/vhdError.h>
#include <vhdExceptions/vhdIllegalArgumentException.h>
#include <vhdExceptions/vhdIllegalOperationException.h>
#include <vhdExceptions/vhdIndexOutOfBoundsException.h>
#include <vhdExceptions/vhdMemoryAllocationError.h>
Classes | |
class | vhdWarpClockConfigPropertyFactory::_Impl |
class | vhdWarpClockConfigPropertyFactory::_Impl::_Params |
Defines | |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::_Impl()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::~_Impl()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::init()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::vhdWarpClockConfigPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::~vhdWarpClockConfigPropertyFactory()" |
#define | _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_buildProperty( const DOM_Node & node)" |
Functions | |
vhdCLASS_TYPE_INIT (vhdWarpClockConfigPropertyFactory, vhdPropertyFactory) | |
Variables | |
static const std::string | property = "vhdWarpClockConfigProperty" |
static const int | nbflag = 6 |
static const std::string | flaglist [nbflag] = {"running", "usingBaseClock", "baseClock", "initialValue", "defaultTimeStep", "scale"} |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_buildProperty( const DOM_Node & node)" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::~vhdWarpClockConfigPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::vhdWarpClockConfigPropertyFactory()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::init()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::~_Impl()" |
#define _VHD_METHOD_NAME "vhdWarpClockConfigPropertyFactory::_Impl::_Impl()" |
vhdCLASS_TYPE_INIT | ( | vhdWarpClockConfigPropertyFactory | , | |
vhdPropertyFactory | ||||
) |
const std::string flaglist[nbflag] = {"running", "usingBaseClock", "baseClock", "initialValue", "defaultTimeStep", "scale"} [static] |
const int nbflag = 6 [static] |
const std::string property = "vhdWarpClockConfigProperty" [static] |