VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spotReportReceiverDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: spotReportReceiverDescriptor.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef spotReportReceiverDescriptor_h
15 #define spotReportReceiverDescriptor_h
16 
18 #include <readerWriter/rwReal.h>
20 
22 
23 
27 {
28 public:
31  DtReaderWriterRegistry * parentRegistry = 0);
32 
35  DtReaderWriterRegistry * parentRegistry = 0);
36 
40 
42  virtual ~DtSpotReportReceiverDescriptor() override;
43 
46  virtual DtString type() const override;
47 
48 
51  virtual DtReal spotReportAgeLimit() const;
52  virtual void setSpotReportAgeLimit(DtReal value);
54 
56 
57  virtual DtString radioName() const;
58  virtual void setRadioName(const DtString& name);
60 
61  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
62 
64  static DtComponentDescriptor * creator();
65 
66 protected:
69 
70 protected:
73 
74 
82 
90 
92 };
93 
94 #endif
#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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)