MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
assistant
assistantObserveRspMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2012 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef assistantObserveRspMsg_h__
7
#define assistantObserveRspMsg_h__
8
9
13
14
#include "
assistantTemplateMsg.h
"
15
#include <
rtiutil/rtiTemplateMsgParams.h
>
16
#include "
assistantNetStatsEnums.h
"
17
18
class
DtRtiAssistantPeer
;
20
class
DT_DLL_ASSISTANT
DtAssistantNetStatsObserveRspMsg
:
public
DtAssistantTemplateMsg
21
{
22
public
:
23
// Declare the standard methods required by the message class.
24
DtASTNT_DECLARE_STANDARD_MSG_METHODS
(
DtAssistantNetStatsObserveRspMsg
)
25
DtASTNT_DECLARE_PEER_CALLBACK_METHODS
(
DtAssistantNetStatsObserveRspMsg
)
26
27
DtDECLARE_ENUMERATION_PARAMETER_METHODS
(ObservationType,
DtAssistantObservationType
, 16)
28
DtDECLARE_BOOL_PARAMETER_METHODS
(Observe)
29
DtDECLARE_UNSIGNED_PARAMETER_METHODS
(
Pad
, 8)
30
};
31
32
#endif // assistantObserveRspMsg_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
)