VR-Forces 4.10 Class Documentation
 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  std::string myDesignatorId;
45  std::string myDesignatedEntityId;
52  };
53 
55 
57 
58 
61 
64  {
65  public:
67  makVrv::DtStateViewCollection<DtLaserDesignatorState>(de, makVrv::DtSimEntryUpdater::NoUpdates)
68  {
69  }
70  };
71 }
std::string myDesignatedEntityId
Definition: laserDesignatorState.h:45
Contains makVrv::DtStateViewCollection class.
The IGI Message.
Definition: DtMessage.h:30
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkNetworkUpdateSimulatedAggregateState &state)
Encode a DtVrlinkSimulatedEnvironmentState into a DtMessage.
std::string myDesignatorId
Definition: laserDesignatorState.h:44
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:63
bool operator!=(const DtLaserDesignatorState &rhs) const
Definition: laserDesignatorState.h:37
A DtStateView is a the interface to simulation state information.
Definition: DtStateView.h:49
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:19
makVrv::DtStateView< DtLaserDesignatorState > DtLaserDesignatorStateView
Create a DtStateView templated on DtVrlinkSimulatedEnvironmentState.
Definition: laserDesignatorState.h:60
DtLaserDesignatorStateViewCollection(makVrv::DtDe &de)
Definition: laserDesignatorState.h:66
DtVector myDesignatorSpotLocation
Definition: laserDesignatorState.h:47
DtVector mySpotLinearAcceleration
Definition: laserDesignatorState.h:51
DtVector myRelativeSpotLocation
Definition: laserDesignatorState.h:50
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
double myDesignatorWavelength
Definition: laserDesignatorState.h:48
Contains makVrv::DtSimState class.
int myDRAlgorithm
Definition: laserDesignatorState.h:49
Definition: laserDesignatorState.h:26
double myDesignatorPower
Definition: laserDesignatorState.h:46
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)