61 virtual const DtEntityType& supplyType()
const;
62 virtual void setSupplyType(
const DtEntityType& type);
67 virtual const double maxRate()
const;
68 virtual void setMaxRate(
const double rate);
79 virtual const char*
xmlType()
const override
DtSupplyEntryList(const DtString &name, const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:117
bool operator==(const DtReaderWriter &) const
Equivalence operator.
virtual const char * readerWriterType() const override
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
Definition: supplyEntry.h:129
DtSupplyEntryList(const DtSymbolString &name, const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:121
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
const char DtSupplyEntryListType[]
Definition: vrfRwTypes.h:176
DtRwEntityType mySupplyType
Parameter Name: supply-type Parameter Description: DIS/RPR entity type enumeration representing the k...
Definition: supplyEntry.h:95
DtSupplyEntry.
Definition: supplyEntry.h:26
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
Definition: supplyEntry.h:104
bool operator!=(const DtSupplyEntry &rhs) const
Definition: supplyEntry.h:85
DtSupplyEntryList()
default constructor
Definition: supplyEntry.h:108
DtSupplyEntryList(const DtSupplyEntryList &orig, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:125
virtual const char * xmlType() const override
Definition: supplyEntry.h:79
DtRwReal myMaxRate
Parameter Name: max-rate Parameter Description: The maximum rate at which the supply can be transferr...
Definition: supplyEntry.h:99
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
File: rwEntType.h.
Definition: rwEntityType.h:26
DtSupplyEntryList(const DtString &name, DtReaderWriterRegistry *parentRegistry=NULL)
real constructor
Definition: supplyEntry.h:111
Definition: rwTemplatedList.h:34
DtSupplyEntryList(const DtSymbolString &name, DtReaderWriterRegistry *parentRegistry=NULL)
Definition: supplyEntry.h:114
#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.