VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
radarModeEntry.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
7
10
11
#pragma once
12
13
#include "
vrfutil/readerWriter.h
"
14
#include "
vrfutil/rwReal.h
"
15
#include "
vrfutil/rwInt.h
"
16
#include "
vrfutil/rwString.h
"
17
#include "
vrfobjparam/emitterBeamList.h
"
18
21
#include "
vrfobjparam/vrfobjparamDefines.h
"
22
23
class
DT_DLL_vrfobjparam
DtRadarModeEntry
:
public
DtReaderWriter
24
{
25
public
:
27
DtRadarModeEntry
(
const
DtString
& name,
28
DtReaderWriterRegistry
* parentRegistry = NULL);
29
DtRadarModeEntry
(
const
DtSymbolString
& name,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
virtual
~
DtRadarModeEntry
();
34
36
DtRadarModeEntry
(
const
DtString
& name,
37
const
DtRadarModeEntry
& orig,
38
DtReaderWriterRegistry
* parentRegistry = NULL);
39
DtRadarModeEntry
(
const
DtSymbolString
& name,
40
const
DtRadarModeEntry
& orig,
41
DtReaderWriterRegistry
* parentRegistry = NULL);
42
44
DtRadarModeEntry
&
operator=
(
const
DtRadarModeEntry
& orig);
45
46
virtual
DtRadarModeEntry
* clone(
const
DtString
& name,
47
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
48
virtual
DtRadarModeEntry
* clone(
const
DtSymbolString
& name,
49
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
50
53
virtual
DtInt16
index()
const
;
54
virtual
void
setIndex(
DtInt16
index);
56
58
59
virtual
DtString
mode
()
const
;
60
virtual
void
setMode(
const
DtString
& aMode);
62
64
virtual
const
DtList* beamList()
const
;
65
66
bool
operator==
(
const
DtRadarModeEntry
&)
const
;
67
bool
operator!=
(
const
DtRadarModeEntry
& rhs)
const
{
return
!(*
this
== rhs); };
68
69
protected
:
73
DtRwInt
myIndex;
74
80
DtRwString
myMode
;
81
84
DtEmitterBeamList
myBeamList
;
85
};
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)