VR-Link API Documentation for HLA 1516
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  }

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)