14 #ifndef spotReportReceiverDescriptor_h
15 #define spotReportReceiverDescriptor_h
51 virtual DtReal spotReportAgeLimit()
const;
52 virtual void setSpotReportAgeLimit(DtReal value);
58 virtual void setRadioName(
const DtString& name);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
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:49
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwReal mySpotReportAgeLimit
Parameter Name: spot-report-age-limit Parameter Description: Spot reports will be kept by the receive...
Definition: spotReportReceiverDescriptor.h:81
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
virtual DtString type() const
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
static DtComponentDescriptor * creator()
Descriptor for the DtSpotReportReceiver class. Specifies parameters needed by this component to run...
Definition: spotReportReceiverDescriptor.h:26
DtRwString myRadioName
Parameter Name: radio-name Parameter Description: Name of the radio on which spot reports will be rec...
Definition: spotReportReceiverDescriptor.h:89