27 const DtString& rwName = DtString::nullString(),
55 virtual bool forwardSubordinateReports()
const;
56 virtual void setForwardSubordinateReports(
const bool& newValue);
61 virtual double reportResendPeriod()
const;
62 virtual void setReportResendPeriod(
const double& newValue);
68 virtual void setRadioName(
const DtString& name);
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myForwardSubordinateReports
Parameter Name: "forward-subordinate-reports" Parameter Description: Flag indicating whether reports ...
Definition: engagementReportGeneratorControllerDescriptor.h:83
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
DtEngagementReportGeneratorControllerDescriptor; descriptor for the DtEngagementReportGeneratorContro...
Definition: engagementReportGeneratorControllerDescriptor.h:22
static const DtString theDefaultRadioName
Name used to indicate the default radio name in myRadioName.
Definition: engagementReportGeneratorControllerDescriptor.h:72
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwString myRadioName
Parameter Name: "radio-name" Parameter Description: The name of the radio on which the engagement rep...
Definition: engagementReportGeneratorControllerDescriptor.h:97
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...
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myReportResendPeriod
Parameter Name: "report-resend-period" Parameter Description: Heartbeat interval at which a given rep...
Definition: engagementReportGeneratorControllerDescriptor.h:90