VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aerodromeState.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
12 
13 namespace makVrv
14 {
15  class DtMessage;
16 }
17 
18 namespace makVrf
19 {
24  {
25  public:
26 
30 
33 
37  {
38  return !(*this == rhs);
39  }
40 
41  public:
43 
46  };
47 
50 
52  class DT_DLL_VRFGUICORE DtAerodromeStateViewCollection : public makVrv::DtStateViewCollection<DtVrlinkSimulatedAerodromeState>
53  {
54  public:
56  makVrv::DtStateViewCollection<DtVrlinkSimulatedAerodromeState>(de, makVrv::DtSimEntryUpdater::NoUpdates)
57  {
58  }
59  };
60 
62  DT_DLL_VRFGUICORE makVrv::DtMessage& operator<<( makVrv::DtMessage& msg,const DtVrlinkSimulatedAerodromeState& state );
63 
65  DT_DLL_VRFGUICORE makVrv::DtMessage& operator>>( makVrv::DtMessage& msg, DtVrlinkSimulatedAerodromeState& state );
66 }
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 makVrv::DtMessage & operator>>(makVrv::DtMessage &msg, DtVrlinkSimulatedAerodromeState &state)
Decode a DtVrlinkSimulatedAerodromeState from a DtMessage.
Definition: aerodromeStateData.h:498
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::DtStateView< DtVrlinkSimulatedAerodromeState > DtVrlinkAerodromeStateView
Create a DtStateView templated on DtVrlinkSimulatedAerodromeeState.
Definition: aerodromeState.h:49
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.
DtAerodromeStateViewCollection(makVrv::DtDe &de)
Definition: aerodromeState.h:55
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(makVrv::DtMessage &msg, const DtVrlinkSimulatedAerodromeState &state)
Encode a DtVrlinkSimulatedAerodromeState into a DtMessage.
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:72
State view collection for aggregate data.
Definition: aerodromeState.h:52

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)