MAK RTIspy API Documentation for HLA 1516
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
assistantNetStatsStringUpdateMsg.h
Go to the documentation of this file.
1
#ifndef assistantNetStatsStringUpdateMsg_h__
2
#define assistantNetStatsStringUpdateMsg_h__
3
4
/*********************************************************************
5
** Copyright (c) 2012 MaK Technologies, Inc.
6
** All rights reserved.
7
*********************************************************************/
8
9
#include "
assistantTemplateMsg.h
"
10
#include <
rtiutil/rtiTemplateMsgParams.h
>
11
#include <
rtiutil/rtiTemplateMsgArrayParams.h
>
12
#include "
assistantNetStatsEnums.h
"
13
14
class
DtRtiAssistantServer
;
15
class
DtRtiAssistantPeer
;
16
class
DtRtiAssistantClient
;
17
19
class
DT_DLL_ASSISTANT
DtAssistantNetStatsStringUpdateMsg
:
public
DtAssistantTemplateMsg
20
{
21
public
:
22
23
24
25
// Declare the standard methods required by the message class.
26
DtASTNT_DECLARE_STANDARD_MSG_METHODS
(
DtAssistantNetStatsStringUpdateMsg
)
27
DtASTNT_DECLARE_PEER_CALLBACK_METHODS
(
DtAssistantNetStatsStringUpdateMsg
)
28
DtASTNT_DECLARE_SERVER_CALLBACK_METHODS
(
DtAssistantNetStatsStringUpdateMsg
)
29
30
//Note, Assistant Header is 32 bits and is implicitly placed in front of the following
31
32
DtDECLARE_ENUMERATION_PARAMETER_METHODS
(HandleType,
DtAssistantHandleType
, 16);
33
DtDECLARE_ENUMERATION_PARAMETER_METHODS
(
SecondHandleType
, DtAssistantHandleType, 16);
34
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(
HandlesLength
, 16)
35
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(
SecondHandlesLength
, 16)
36
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(NamesLength, 16)
37
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(
Pad
, 16)
38
39
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(Handles, 32, 16)
40
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(
SecondHandles
, 32, 16)
41
42
DtDECLARE_STRING_ARRAY_PARAMETER_METHODS
(Names, 16)
43
44
};
45
#endif // assistantNetStatsStringUpdateMsg_h__
Document ID: Generated on Fri Mar 14 19:08:55 EDT 2014 from SVN revision 137085
Copyright © 2005-2014 VT MÄK Inc. All Rights Reserved (
www.mak.com
)