50 virtual const DtEntityType& internalTransferSupplyOffered()
const;
51 virtual void setInternalTransferSupplyOffered(
const DtEntityType& supplyName);
56 virtual const DtEntityType& internalTransferSupplyAccepted()
const;
57 virtual void setInternalTransferSupplyAccepted(
const DtEntityType& supplyName);
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRefuelPoint.
Definition: refuelPointsList.h:27
DtRwResource myInternalTransferSupplyAccepted
Parameter Name: internal-transfer-supply-accepted Parameter Description: The name of the resource rec...
Definition: airRefuelSupplierControllerDescriptor.h:82
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtAirRefuelSupplierControllerDescriptor is the descriptor for DtAirRefuelSupplierController component...
Definition: airRefuelSupplierControllerDescriptor.h:25
DtRwResource myInternalTransferSupplyOffered
Parameter Name: internal-transfer-supply-offered Parameter Description: The name of the resource supp...
Definition: airRefuelSupplierControllerDescriptor.h:76
DtRefuelPointsList myRefuelPoints
Parameter Name: refuel-points Parameter Description: A list of refuel points available on the tanker...
Definition: airRefuelSupplierControllerDescriptor.h:87
DtResupplySupplierControllerDescriptor & operator=(const DtResupplySupplierControllerDescriptor &orig)
assignment
static DtComponentDescriptor * creator()
Definition: refuelPointsList.h:127
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
This class will read in an old resource by name and convert it to the type, or, just read it as type...
Definition: rwResource.h:12
DtResupplySupplierControllerDescriptor is a DtComponentDescriptor that has additional information nee...
Definition: resupplySupplierControllerDescriptor.h:20