VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
routeRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 #pragma once
6 
11 
12 #include <vlpi/netStructs.h>
14 
15 // Route Record
16 
18 {
19  bool operator==(const DtNetRouteRecord& rhs) const
20  {
21  //TODO: this or doesnt make anysense, is this the union stuff?
22  return (myRecordType == rhs.myRecordType)
23  && (myRecordLength == rhs.myRecordLength)
25  }
26  bool operator!=(const DtNetRouteRecord& rhs) const
27  {
28  return !operator==(rhs);
29  }
30 
31  // Needed 2 bytes of padding for 8 byte alignment (4 rectype + 2 reclength + 2 enum = 8)
33 
34  // Route are endcoded 16 bit enum
35  //enum
37 
38 
bool operator==(const DtNetRouteRecord &rhs) const
Definition: routeRecordP.h:19
bool operator!=(const DtNetRouteRecord &rhs) const
Definition: routeRecordP.h:26
DtNetU32 myRecordType
Definition: standardVariableRecordP.h:28
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:99
Definition: routeRecordP.h:17
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
DtNetRouteRecord DtNetRouteRecord
DtNetU16 myRecordLength
Definition: standardVariableRecordP.h:29
DtNetU32 myPathVariantType
Definition: routeRecordP.h:36
Definition: standardVariableRecordP.h:14
DtNetU8 myPadding[2]
Definition: routeRecordP.h:32
Contains the DtNetStandardVariableRecord class definition.

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)