VR-Forces 4.1.1 Class Documentation
DtVrlinkEmitterSystemState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvCore/DtEntityState.h>
15 #include <vrvCore/DtStateView.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
27  {
28  public:
29 
32 
34  virtual ~DtVrlinkEmitterBeamState();
35 
36  bool operator==(const DtVrlinkEmitterBeamState&) const;
37  bool operator!=(const DtVrlinkEmitterBeamState& rhs) const
38  {
39  return !(*this == rhs);
40  }
41 
42  std::string myBeamFunction;
44  std::string myEventId;
49  double myERP;
50  double myFrequency;
52  double myPRF;
53  double myPulseWidth;
54  double mySweepSync;
57  };
58 
60  {
61  public:
62 
65 
67  virtual ~DtVrlinkEmitterSystemState();
68 
69  bool operator==(const DtVrlinkEmitterSystemState&) const;
70  bool operator!=(const DtVrlinkEmitterSystemState& rhs) const
71  {
72  return !(*this == rhs);
73  }
74 
75  public:
76  std::string myEmitterName;
80  std::string myEmissionType;
81  std::string myEventId;
83 
84  std::vector<DtVrlinkEmitterBeamState> myEmitterBeams;
85  };
86 
90  {
91  public:
92 
95 
97  virtual ~DtVrlinkEmitterSystems();
98 
99  bool operator==(const DtVrlinkEmitterSystems&) const;
100  bool operator!=(const DtVrlinkEmitterSystems& rhs) const
101  {
102  return !(*this == rhs);
103  }
104 
105  public:
106  typedef std::map<makVrv::DtUniqueID, DtVrlinkEmitterSystemState> EmitterSystems;
108  };
109 
113 
117 
120 
121 
125 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)