VR-Link API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
entityDamageStatusP.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 
14 #include <vl/packets/pduHeader.h>
15 #include <vlpi/netStructs.h>
16 #include <vl/eventId.h>
17 
19 {
25 // DtNetDirectedEnergyDamageDescriptionRecord damageRecords[];
27 
28 
30 {
31 
33  {
34  return ( myRecordType == rhs.myRecordType )
35  && ( myRecordLength == rhs.myRecordLength )
38  && ( myTemperature == rhs.myTemperature )
43  && ( myFireEventId == rhs.myFireEventId );
44  }
45 
47  {
48  return !( *this == rhs );
49  }
50 
61 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)