VR-Link API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
standardVariableRecordP.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vlutil/vlNetTypes.h>
13 
15 {
16 
17  bool operator == ( const DtNetStandardVariableRecord& rhs ) const
18  {
19  return ( myRecordType == rhs.myRecordType )
20  && ( myRecordLength == rhs.myRecordLength );
21  }
22 
23  bool operator != ( const DtNetStandardVariableRecord& rhs ) const
24  {
25  return !( *this == rhs );
26  }
27 
31 
33 {

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)