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

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)