MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantNetStatsRtiAmbUpdateMsg.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 "rtiAmbAPITypes.h"
14 
17 
18 class DtRtiAssistantPeer;
21 
24 {
25 public:
26 
27  // Declare the standard methods required by the message class.
31 
32  //Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
33  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( NumRtiAmbCalls, 16 )
36  DtDECLARE_FLOAT_PARAMETER_METHODS( CurrTime, 64 )
37 
38  DtDECLARE_FLOAT_ARRAY_PARAMETER_METHODS( RtiAmbTotalTime, 64, 16 );
39  DtDECLARE_FLOAT_ARRAY_PARAMETER_METHODS( RtiAmbAvgTime, 64, 16 );
40  DtDECLARE_FLOAT_ARRAY_PARAMETER_METHODS( RtiAmbMinTime, 64, 16 );
41  DtDECLARE_FLOAT_ARRAY_PARAMETER_METHODS( RtiAmbMaxTime, 64, 16 );
42  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( RtiAmbCalls, 32, 16 );
44 
45 };

Document ID: Generated on Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)