61 virtual const DtEntityType& supplyType()
const;
62 virtual void setSupplyType(
const DtEntityType& type);
67 virtual const DtString& internalName()
const;
68 virtual void setInternalName(
const DtString& internalName);
73 virtual const double maxRate()
const;
74 virtual void setMaxRate(
const double rate);
DtSupplyEntryList(const DtString &name, const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:127
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtSupplyEntryList(const DtSymbolString &name, const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:131
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
Definition: symbolString.h:20
const char DtSupplyEntryListType[]
Definition: vrfRwTypes.h:165
DtRwEntityType mySupplyType
Parameter Name: supply-type Parameter Description: DIS/RPR entity type enumeration representing the k...
Definition: supplyEntry.h:101
DtSupplyEntry.
Definition: supplyEntry.h:26
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
Definition: readerWriterRegistry.h:39
Definition: supplyEntry.h:114
bool operator!=(const DtSupplyEntry &rhs) const
Definition: supplyEntry.h:91
DtSupplyEntryList()
default constructor
Definition: supplyEntry.h:118
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is.
Definition: supplyEntry.h:139
DtSupplyEntryList(const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:135
DtRwReal myMaxRate
Parameter Name: max-rate Parameter Description: The maximum rate at which the supply can be transferr...
Definition: supplyEntry.h:109
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
File: rwEntType.h.
Definition: rwEntityType.h:23
DtSupplyEntryList(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
real constructor
Definition: supplyEntry.h:121
virtual const char * xmlType() const
Definition: supplyEntry.h:85
A version of DtRwList that contains a homogeneous list of a templated RW type.
Definition: rwTemplatedList.h:26
DtSupplyEntryList(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:124
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DtRwString myInternalName
Parameter Name: internal-name Parameter Description: The resource name of the supply.
Definition: supplyEntry.h:105