VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
turbulenceLayerRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vlpi/netStructs.h>
14 
15 
16 // Turbulence Layer Record
18 {
19  bool operator==(const DtNetTurbulenceLayerRecord& rhs) const
20  {
23  }
24  bool operator!=(const DtNetTurbulenceLayerRecord& rhs) const
25  {
26  return !operator==(rhs);
27  }
28 
30 
32 
DtNetU8 myTurbulenceIntensityLevel
Definition: turbulenceLayerRecordP.h:29
Definition: metocLayerRecordP.h:17
bool operator==(const DtNetTurbulenceLayerRecord &rhs) const
Definition: turbulenceLayerRecordP.h:19
bool operator!=(const DtNetTurbulenceLayerRecord &rhs) const
Definition: turbulenceLayerRecordP.h:24
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
bool operator==(const DtNetMetocLayerRecord &rhs) const
Definition: metocLayerRecordP.h:19
This file declares DtNetMetocLayerRecord which is a base class for all other NETN METOC Layer records...
Definition: turbulenceLayerRecordP.h:17
DtNetTurbulenceLayerRecord DtNetTurbulenceLayerRecord

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)