VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
15 #include <readerWriter/rwInt.h>
16 #include "readerWriter/rwVector.h"
17 #include <readerWriter/rwReal.h>
18 #include <readerWriter/rwBoolean.h>
20 
22 
27 {
28 public:
30 
32  DtEmitterSystemEntry(const DtString& name,
33  DtReaderWriterRegistry* parentRegistry = NULL);
35  DtReaderWriterRegistry* parentRegistry = NULL);
36 
39  DtReaderWriterRegistry* parentRegistry = NULL);
40 
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 
98 
104 
108 
112 
114 };
115 
116 
117 
bool operator==(const DtReaderWriter &) const
Equivalence operator.
DtRwString myEmitterName
Parameter Name: emitter-name Parameter Description: Descriptive name of this emitter.
Definition: emitterSystemEntry.h:111
virtual const char * readerWriterType() const
Used to supply a string type that this reader writer type is. This can be used in place of dynamic-ca...
This class allows one to collect and compare strings using an index number instead of having to do st...
Definition: symbolString.h:27
DtRwInt mySystemName
Parameter Name: system-name-enum Parameter Description: System name enumeration. (See the DIS Enumera...
Definition: emitterSystemEntry.h:97
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
Definition: readerWriter.h:85
Description: Readable, Writable DtString Variable substitutions are done on this object when it is re...
Definition: rwString.h:20
DtRwInt mySystemFunction
Parameter Name: system-function-enum Parameter Description: System function enumeration. (See the DIS Enumerations Document.) Parameter Default Value: 0.
Definition: emitterSystemEntry.h:103
Definition: readerWriterRegistry.h:39
Description: Readable, Writable int.
Definition: rwInt.h:25
bool operator!=(const DtEmitterSystemEntry &rhs) const
Definition: emitterSystemEntry.h:73
virtual const char * xmlType() const
Definition: emitterSystemEntry.h:83
DtRadarModeList myModeList
Parameter Name: radar-mode-list Parameter Description: List of parameters for each beam...
Definition: emitterSystemEntry.h:107
const DtReaderWriter & operator=(const DtReaderWriter &orig)
assignment operator
static const char * theXmlType()
The type that is used when archiving to an XML stream.
DtRadarModeList; Readable/writeable container for DtRadarModeEntry* items.
Definition: radarModeList.h:22
File: rwVector.h.
Instances of DtEmitterSystemEntry are used to specify some of the parameters in a DtEmitterComponentD...
Definition: emitterSystemEntry.h:26

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)