VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
engagementReportGeneratorControllerDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwReal.h>
16 #include <readerWriter/rwBoolean.h>
18 
23 {
24 public:
27  const DtString& rwName = DtString::nullString(),
28  DtReaderWriterRegistry* parentRegistry = 0);
29 
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
38 
41 
44  DtReaderWriterRegistry* parentRegistry = 0) const;
45 
48  virtual DtString type() const;
49 
52 
55  virtual bool forwardSubordinateReports() const;
56  virtual void setForwardSubordinateReports(const bool& newValue);
58 
61  virtual double reportResendPeriod() const;
62  virtual void setReportResendPeriod(const double& newValue);
64 
66 
67  virtual DtString radioName() const;
68  virtual void setRadioName(const DtString& name);
70 
73 
74 protected:
78 
84 
91 
99 };
100 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwBoolean myForwardSubordinateReports
Parameter Name: &quot;forward-subordinate-reports&quot; 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:42
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: &quot;radio-name&quot; 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.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
DtRwReal myReportResendPeriod
Parameter Name: &quot;report-resend-period&quot; Parameter Description: Heartbeat interval at which a given rep...
Definition: engagementReportGeneratorControllerDescriptor.h:90

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)