MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
assistantNetStatsInteractionsUpdateMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef assistantNetStatsInteractionsUpdateMsg_h__
7
#define assistantNetStatsInteractionsUpdateMsg_h__
8
9
10
#include "
assistantTemplateMsg.h
"
11
#include <
rtiutil/rtiTemplateMsgParams.h
>
12
#include <
rtiutil/rtiTemplateMsgArrayParams.h
>
13
14
class
DtRtiAssistantServer
;
15
class
DtRtiAssistantPeer
;
16
class
DtRtiAssistantClient
;
18
class
DT_DLL_ASSISTANT
DtAssistantNetStatsInteractionsUpdateMsg
:
public
DtAssistantTemplateMsg
19
{
20
public
:
21
// Declare the standard methods required by the message class.
22
DtASTNT_DECLARE_STANDARD_MSG_METHODS
(
DtAssistantNetStatsInteractionsUpdateMsg
)
23
DtASTNT_DECLARE_PEER_CALLBACK_METHODS
(
DtAssistantNetStatsInteractionsUpdateMsg
)
24
DtASTNT_DECLARE_SERVER_CALLBACK_METHODS
(
DtAssistantNetStatsInteractionsUpdateMsg
)
25
26
27
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(NumInteractions, 16)
28
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(
Pad1
, 16)
29
DtDECLARE_FLOAT_PARAMETER_METHODS
(CurrTime, 64)
30
31
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(
InteractionClassHandles
, 32, 16)
32
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(InteractionUpdatesReceived, 32, 16)
33
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(
InteractionBytesReceived
, 32, 16)
34
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(InteractionUpdatesSent, 32, 16)
35
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(
InteractionBytesSent
, 32, 16)
36
};
37
#endif // assistantNetStatsInteractionsUpdateMsg_h__
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)