MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantNetStatsObjectsUpdateMsg.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2016 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include "assistantTemplateMsg.h"
15 
16 class DtRtiAssistantPeer;
19 
22 {
23 public:
24 
25  // Declare the standard methods required by the message class.
29 
30  //Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
31 
32  DtDECLARE_FLOAT_PARAMETER_METHODS( CurrTime, 64 )
33 
36 
37  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectInstanceHandles, 32, 16 )
38  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectClassHandles, 32, 16 )
39  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectUpdatesReceived, 32, 16 )
40  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectBytesReceived, 32, 16 )
41  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectUpdatesSent, 32, 16 )
42  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( ObjectBytesSent, 32, 16 )
43 
44 };

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)