VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
destinationRecordP.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 
11 
12 #include <vlpi/netStructs.h>
14 
15 // Destination Record
16 
18 {
19  bool operator==(const DtNetDestinationRecord& rhs) const
20  {
21  return (myRecordType == rhs.myRecordType)
22  && (myRecordLength == rhs.myRecordLength)
24  }
25  bool operator!=(const DtNetDestinationRecord& rhs) const
26  {
27  return !operator==(rhs);
28  }
29 
30  // Needed 2 bytes of padding for 8 byte alignment (4 rectype + 2 reclength + 2 enum = 8)
32 
33  // Destination are endcoded 16 bit enum
34  //enum
36 
DtNetU32 myPointVariantType
Definition: destinationRecordP.h:35
DtNetU8 myPadding[2]
Definition: destinationRecordP.h:31
DtNetU32 myRecordType
Definition: standardVariableRecordP.h:28
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:99
DtNetDestinationRecord DtNetDestinationRecord
bool operator==(const DtNetDestinationRecord &rhs) const
Definition: destinationRecordP.h:19
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:31
DtNetU16 myRecordLength
Definition: standardVariableRecordP.h:29
Definition: standardVariableRecordP.h:14
Definition: destinationRecordP.h:17
bool operator!=(const DtNetDestinationRecord &rhs) const
Definition: destinationRecordP.h:25
Contains the DtNetStandardVariableRecord class definition.

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)