VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
troposphereLayerRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
10 
11 #include <vlpi/netStructs.h>
13 
14 // Troposphere Layer Record
16 {
17  bool operator==(const DtNetTroposphereLayerRecord& rhs) const
18  {
20  && (myLayerStruct == rhs.myLayerStruct)
21  && (myCloudStruct == rhs.myCloudStruct);
22  }
23  bool operator!=(const DtNetTroposphereLayerRecord& rhs) const
24  {
25  return !operator==(rhs);
26  }
27 
30 
32 
bool operator==(const DtNetTroposphereLayerRecord &rhs) const
Definition: troposphereLayerRecordP.h:17
Definition: metocLayerRecordP.h:17
Definition: netStructs.h:363
bool operator==(const DtNetMetocLayerRecord &rhs) const
Definition: metocLayerRecordP.h:19
DtNetLayerStruct myLayerStruct
Definition: troposphereLayerRecordP.h:28
This file declares DtNetMetocLayerRecord which is a base class for all other NETN METOC Layer records...
DtNetCloudStruct myCloudStruct
Definition: troposphereLayerRecordP.h:29
DtNetTroposphereLayerRecord DtNetTroposphereLayerRecord
bool operator!=(const DtNetTroposphereLayerRecord &rhs) const
Definition: troposphereLayerRecordP.h:23
Definition: troposphereLayerRecordP.h:15
Definition: netStructs.h:345

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)