VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
communicationsNodeIdRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
8 #include <vlpi/netStructs.h>
9 
15 {
17  {
18  return (myEntityId == rhs.myEntityId)
19  && (myElementId == rhs.myElementId);
20  }
22  {
23  return !operator==(rhs);
24  }
struct DtNetCommunicationsNodeIdRecord DtNetCommunicationsNodeIdRecord
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:51
DtNetEntityIdentifier myEntityId
Definition: communicationsNodeIdRecordP.h:25
Definition: communicationsNodeIdRecordP.h:14
DtNetU16 myElementId
Definition: communicationsNodeIdRecordP.h:26
bool operator==(const DtNetCommunicationsNodeIdRecord &rhs) const
Definition: communicationsNodeIdRecordP.h:16
bool operator!=(const DtNetCommunicationsNodeIdRecord &rhs) const
Definition: communicationsNodeIdRecordP.h:21
Definition: netStructs.h:116

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)