VR-Forces 4.8 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 }
Contains makVrv::DtStateViewCollection class.
The IGI Message.
Definition: DtMessage.h:33
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkNetworkUpdateSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
Contains makVrv::DtStateView class.
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Collection of VRF active sonar specific state data. Use this state view to get information for active...
Definition: vrlinkActiveSonarState.h:130
makVrv::DtStateView< DtVrlinkActiveSonars > DtVrlinkActiveSonarsView
Definition: vrlinkActiveSonarState.h:127
makVrv::DtStateView< DtVrlinkActiveSonarState > DtVrlinkActiveSonarStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: vrlinkActiveSonarState.h:126
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:52
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtEntityState class.
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
DtActiveSonarStateViewCollection(makVrv::DtDe &de)
Definition: vrlinkActiveSonarState.h:133
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:22
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.
Contains additional type to message encoding functions.

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)