VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
metocLayerRecordP.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 #include <vlpi/netStructs.h>
15 
16 // Troposphere Layer Record
18 {
19  bool operator==(const DtNetMetocLayerRecord& rhs) const
20  {
21  return (myRecordType == rhs.myRecordType)
22  && (myRecordLength == rhs.myRecordLength)
23  && (myPriority == rhs.myPriority)
25  }
26  bool operator!=(const DtNetMetocLayerRecord& rhs) const
27  {
28  return !operator==(rhs);
29  }
30 
33 
35 
Definition: metocLayerRecordP.h:17
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:52
DtNetU32 myRecordType
Definition: standardVariableRecordP.h:28
DtNetU16 myPriority
Definition: metocLayerRecordP.h:31
bool operator!=(const DtNetMetocLayerRecord &rhs) const
Definition: metocLayerRecordP.h:26
bool operator==(const DtNetMetocLayerRecord &rhs) const
Definition: metocLayerRecordP.h:19
DtNetU16 myRecordLength
Definition: standardVariableRecordP.h:29
Definition: standardVariableRecordP.h:14
DtNetUuid myVrfWeatherAreaId
Definition: metocLayerRecordP.h:32
DtNetMetocLayerRecord DtNetMetocLayerRecord
Contains the DtNetStandardVariableRecord class definition.
Definition: netStructs.h:228

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)