49 virtual double range()
const;
50 virtual void setRange(
const double range);
55 virtual const DtString& supplyingMode()
const;
68 virtual bool rateOfSupply(
DtString &supplyName,
double &rate)
const;
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwProperties mySuppliesOfferedProperties
Parameter Name: supplies-offered Parameter Description: A list of supplies offered and the rate that ...
Definition: resupplyControllerDescriptor.h:102
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtRwReal myRange
Parameter Name: range Parameter Description: The maximum range to a unit (center to center) for this ...
Definition: resupplyControllerDescriptor.h:95
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
Acts as a map for properties.
Definition: rwPropertiesMap.h:41
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtResupplyControllerDescriptor is a DtComponentDescriptor that has additional information needed for ...
Definition: resupplyControllerDescriptor.h:20
DtRwString mySupplyingMode
Parameter Name: supplying-mode Parameter Description: How supplies are delivered: "ground-ground" mea...
Definition: resupplyControllerDescriptor.h:89
virtual DtString type() const
Returns the type of component this descriptor describes.
static DtComponentDescriptor * creator()
const char int mode
Definition: ioapi.h:38
A list of properties.
Definition: rwProperties.h:126