VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrlinkActiveSonarState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 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>
19 
20 namespace makVrv
21 {
22  class DtMessage;
23 }
24 
25 namespace makVrf
26 {
28  {
29  public:
30 
33 
36 
37  bool operator==(const DtVrlinkActiveSonarBeamState&) const;
39  {
40  return !(*this == rhs);
41  }
42 
51  std::string myEventIdentifier;
53  std::string myScanPatternName;
54  };
55 
57  {
58  public:
59 
62 
64  virtual ~DtVrlinkActiveSonarState();
65 
66  bool operator==(const DtVrlinkActiveSonarState&) const;
67  bool operator!=(const DtVrlinkActiveSonarState& rhs) const
68  {
69  return !(*this == rhs);
70  }
71 
72  public:
73  std::string myEntityType;
74  std::string myGlobalId;
75  std::string myEntityId;
77  std::string myFunctionCodeName;
79  std::string myActiveSonarName;
83 
84  std::vector<DtVrlinkActiveSonarBeamState> myActiveSonarBeams;
85  };
86 
90  {
91  public:
92 
95 
97  virtual ~DtVrlinkActiveSonars();
98 
99  bool operator==(const DtVrlinkActiveSonars&) const;
100  bool operator!=(const DtVrlinkActiveSonars& rhs) const
101  {
102  return !(*this == rhs);
103  }
104 
105  public:
106  std::string myEntityType;
107  std::string myGlobalId;
108  std::string myEntityId;
109  typedef std::map<makVrv::DtUniqueID, DtVrlinkActiveSonarState> ActiveSonars;
111  };
112 
116 
120 
123 
124 
128 
131  {
132  public:
134  makVrv::DtStateViewCollection<DtVrlinkActiveSonars>(de, makVrv::DtSimEntryUpdater::NoUpdates)
135  {
136  }
137  };
138 }

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)