MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantNetStatsFomUpdateMsg.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"
13 #include "assistantNetStatsEnums.h"
16 
17 class DtRtiAssistantPeer;
20 
23 {
24 public:
25 
26  // Declare the standard methods required by the message class.
30 
31  //Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
32 
33  DtDECLARE_FLOAT_PARAMETER_METHODS( CurrTime, 64 )
34 
36  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( HandlesLength, 16 )
37 
38  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( SecondHandlesLength, 16 )
39  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( TransportLength, 16 )
40 
42  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( PublishLength, 16 )
43 
44  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( SubscribeLength, 16 )
45  DtDECLARE_BOOL_PARAMETER_METHODS( IsFullUpdate )
47 
49  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( SecondHandles, 32, 16 )
50  DtDECLARE_ENUMERATION_ARRAY_PARAMETER_METHODS( Transport, DtTransportType, 16, 16 )
51  DtDECLARE_ENUMERATION_ARRAY_PARAMETER_METHODS( Order, DtOrderType, 16, 16 )
54 
55 };

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)