VR-Forces 4.7 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
emitterSystemEntry.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2017 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
11
12
#pragma once
13
14
#include <
readerWriter/readerWriter.h
>
15
#include <
readerWriter/rwInt.h
>
16
#include "
readerWriter/rwVector.h
"
17
#include <
readerWriter/rwReal.h
>
18
#include <
readerWriter/rwBoolean.h
>
19
#include "
vrfobjparam/radarModeList.h
"
20
21
class
DtReaderWriterRegistry
;
22
25
#include "
vrfobjparam/vrfobjparamDefines.h
"
26
class
DT_DLL_vrfobjparam
DtEmitterSystemEntry
:
public
DtReaderWriter
27
{
28
public
:
29
DtEmitterSystemEntry
();
30
32
DtEmitterSystemEntry
(
const
DtString
& name,
33
DtReaderWriterRegistry
* parentRegistry = NULL);
34
DtEmitterSystemEntry
(
const
DtSymbolString
& name,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtEmitterSystemEntry
(
const
DtEmitterSystemEntry
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
DtEmitterSystemEntry
&
operator=
(
const
43
DtEmitterSystemEntry
& orig);
44
46
virtual
~
DtEmitterSystemEntry
();
47
48
virtual
DtEmitterSystemEntry
* clone(
49
DtReaderWriterRegistry
* parentRegistry = NULL)
const
;
50
53
virtual
DtU16 systemName()
const
;
54
virtual
void
setSystemName(DtU16 nameEnum);
56
59
virtual
DtU16 systemFunction()
const
;
60
virtual
void
setSystemFunction(DtU16 functionEnum);
62
65
virtual
const
DtString
& emitterName()
const
;
66
virtual
void
setEmitterName(
const
DtString
&);
68
70
virtual
const
DtList* modeList()
const
;
71
72
bool
operator==
(
const
DtEmitterSystemEntry
&)
const
;
73
bool
operator!=
(
const
DtEmitterSystemEntry
& rhs)
const
{
return
!(*
this
== rhs); };
74
78
virtual
const
char
*
readerWriterType
()
const
;
79
81
static
const
char
*
theXmlType
();
82
83
virtual
const
char
*
xmlType
()
const
84
{
85
return
theXmlType
();
86
}
87
88
protected
:
92
97
DtRwInt
mySystemName
;
98
103
DtRwInt
mySystemFunction
;
104
107
DtRadarModeList
myModeList
;
108
111
DtRwString
myEmitterName
;
112
114
};
115
116
117
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)