VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
laserDesignatorState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrvCore/DtSimState.h>
17 #include <vrvCore/DtEntityState.h>
18 
19 namespace makVrv
20 {
21  class DtMessage;
22 }
23 
24 namespace makVrf
25 {
27  {
28  public:
29 
32 
34  virtual ~DtLaserDesignatorState();
35 
36  bool operator==(const DtLaserDesignatorState&) const;
37  bool operator!=(const DtLaserDesignatorState& rhs) const
38  {
39  return !(*this == rhs);
40  }
41 
43  unsigned int myDesignatorCode;
44 
46  std::string myDesignatedEntityId;
53  };
54 
56 
58 
59 
62 
65  {
66  public:
68  makVrv::DtStateViewCollection<DtLaserDesignatorState>(de, makVrv::DtSimEntryUpdater::NoUpdates)
69  {
70  }
71  };
72 }
std::string myDesignatedEntityId
This is a UUID.
Definition: laserDesignatorState.h:46
Contains makVrv::DtStateViewCollection class.
The IGI Message. Is easily encoded and decoding using stream operators. It also provides validation d...
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE bool operator==(const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &lhs, const std::vector< makArchives::DtEnvironmentRecord::DtElevationalConfigurationRecord > &rhs)
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtUniqueID myHostId
Definition: laserDesignatorState.h:42
Collection of VRF active sonar specific state data. Use this state view to get information for laser ...
Definition: laserDesignatorState.h:64
bool operator!=(const DtLaserDesignatorState &rhs) const
Definition: laserDesignatorState.h:37
A DtStateView is a the interface to simulation state information. Users can create DtStateViews for s...
Definition: DtStateView.h:49
A DtStateViewCollection is a collection of DtStateViews of a specific state.
Definition: DtStateViewCollection.h:27
Contains makVrv::DtVrlinkSimulatedEntityState class.
makVrv::DtStateView< DtLaserDesignatorState > DtLaserDesignatorStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: laserDesignatorState.h:61
DtLaserDesignatorStateViewCollection(makVrv::DtDe &de)
Definition: laserDesignatorState.h:67
DtVector myDesignatorSpotLocation
Definition: laserDesignatorState.h:48
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
DtVector mySpotLinearAcceleration
Definition: laserDesignatorState.h:52
DtVector myRelativeSpotLocation
Definition: laserDesignatorState.h:51
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
double myDesignatorWavelength
Definition: laserDesignatorState.h:49
Contains makVrv::DtSimState class.
int myDRAlgorithm
Definition: laserDesignatorState.h:50
Definition: laserDesignatorState.h:26
double myDesignatorPower
Definition: laserDesignatorState.h:47
DT_DLL_VRFGUICORE makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAggregateState &state)
Decode a DtVrlinkSimulatedEnvironmentState from a DtMessage.
unsigned int myDesignatorCode
Definition: laserDesignatorState.h:43
Contains additional type to message encoding functions.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)