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 
43 
46  virtual DtString type() const;
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
62  = 0) const;
63 
65  static DtComponentDescriptor * creator();
66 
67 protected:
70 
71 protected:
74 
75 
83 
91 
93 };
94 
95 #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:82
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:90

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)