MAK RTIspy API Documentation for HLA 1516
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantNetStatsInteractionsUpdateMsg.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  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS( NumInteractions, 16 )
35 
36  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( InteractionClassHandles, 32, 16 )
37  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( InteractionUpdatesReceived, 32, 16 )
38  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( InteractionBytesReceived, 32, 16 )
39  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( InteractionUpdatesSent, 32, 16 )
40  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS( InteractionBytesSent, 32, 16 )
41 
42 };
#define DtASTNT_DECLARE_SERVER_CALLBACK_METHODS(ClassName)
Definition: assistantTemplateMsg.h:169
#define DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgArrayParams.h:513
DtAssistantTemplateMsg defines a base class which can be subclassed to quickly produce a new Assistan...
Definition: assistantTemplateMsg.h:46
Manages the client connection to the RTI Assistant.
Definition: rtiAssistantClient.h:59
#define DtDECLARE_FLOAT_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgParams.h:247
#define DtASTNT_DECLARE_STANDARD_MSG_METHODS(ClassName)
Definition: assistantTemplateMsg.h:139
This file defines the DtRtiArrayMsgParam template which can be used to create a message parameter whi...
This file defines the DtRtiMsgParam template which can be used to produce template based message clas...
#define DT_DLL_ASSISTANT
Default – Unix or Win32 static.
Definition: rtiMsConfig.h:150
#define DtASTNT_DECLARE_PEER_CALLBACK_METHODS(ClassName)
Definition: assistantTemplateMsg.h:159
#define DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ParamName, BitSize, CountBitSize)
Definition: rtiTemplateMsgArrayParams.h:565
DtRtiAssistantPeer manages the sharing of information between one Assistant to other Assistants using...
Definition: rtiAssistantPeer.h:82
Manages the server connections of the RTI Assistant.
Definition: rtiAssistantServer.h:45
#define DtDECLARE_UNSIGNED_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgParams.h:206
The DtAssistantNetStatsInteractionsUpdateMsg defines...
Definition: assistantNetStatsInteractionsUpdateMsg.h:21

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)