VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
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
17
#include "
vrfobjparam/compDesc.h
"
18
#include "
vrfutil/rwReal.h
"
19
#include "
vrfobjparam/vrfobjparamDefines.h
"
20
21
class
DtReaderWriterRegistry
;
22
23
26
class
DT_DLL_vrfobjparam
DtSpotReportReceiverDescriptor
:
public
DtComponentDescriptor
27
{
28
public
:
30
DtSpotReportReceiverDescriptor
(
const
DtString
& name,
31
DtReaderWriterRegistry
* parentRegistry = 0);
32
34
DtSpotReportReceiverDescriptor
(
const
DtSpotReportReceiverDescriptor
& orig,
35
DtReaderWriterRegistry
* parentRegistry = 0);
36
38
DtSpotReportReceiverDescriptor
&
operator=
(
const
39
DtSpotReportReceiverDescriptor
& orig);
40
42
virtual
~
DtSpotReportReceiverDescriptor
();
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
:
69
DtSpotReportReceiverDescriptor
();
70
71
protected
:
74
75
82
DtRwReal
mySpotReportAgeLimit
;
83
90
DtRwString
myRadioName
;
91
93
};
94
95
#endif
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)