27 const DtString& rwName = DtString::nullString(),
31 const DtString& rwName = DtString::nullString(),
41 const DtString& rwName = DtString::nullString(),
53 virtual std::map<DtString, double> suppliesRemaining()
const;
54 virtual void setSuppliesRemaining(std::map<DtString, double> supplies);
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
Definition: rwTemplatedList.h:209
Definition: readerWriterRegistry.h:39
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
DtRwTemplatedRealList mySuppliesRemaining
the list of the supplies with their remaining amount to be transferred
Definition: resupplyReceiverControllerPSR.h:59
virtual DtVrfProcessStateRepository * clone(const DtString &rwName=DtString::nullString(), DtReaderWriterRegistry *parentRegistry=0) const =0
DtResupplyReceiverControllerPSR is a process state repository which holds state variables for the DtR...
Definition: resupplyReceiverControllerPSR.h:22
Class DtVrfProcessStateRepository: Abstract base class for all process state repositories.
Definition: vrfProcessStateRepository.h:43
virtual DtString type() const =0
Returns the string type of the repository, as defined in procSRTypes.h.
const DtVrfProcessStateRepository & operator=(const DtVrfProcessStateRepository &orig)