MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
assistantNetStatsStringReqMsg.h
Go to the documentation of this file.
1
#ifndef assistantNetStatsStringReqMsg_h__
2
#define assistantNetStatsStringReqMsg_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 "
assistantNetStatsStringUpdateMsg.h
"
13
14
class
DtRtiAssistantServer
;
15
class
DtRtiAssistantPeer
;
16
class
DtRtiAssistantClient
;
17
19
class
DT_DLL_ASSISTANT
DtAssistantNetStatsStringReqMsg
:
public
DtAssistantTemplateMsg
20
{
21
public
:
22
// Declare the standard methods required by the message class.
23
DtASTNT_DECLARE_STANDARD_MSG_METHODS
(
DtAssistantNetStatsStringReqMsg
)
24
DtASTNT_DECLARE_PEER_CALLBACK_METHODS
(
DtAssistantNetStatsStringReqMsg
)
25
DtASTNT_DECLARE_SERVER_CALLBACK_METHODS
(
DtAssistantNetStatsStringReqMsg
)
26
27
//Note, Assistant Header is 32 bits and is implicitly placed in front of the following
28
29
DtDECLARE_ENUMERATION_PARAMETER_METHODS
(HandleType,
DtAssistantHandleType
, 16);
30
DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS
(
HandlesLength
, 16)
31
32
DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS
(Handles, 32, 16)
33
};
34
#endif // assistantNetStatsStringReqMsg_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
)