MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
assistantNetStatsFomAttrParamUpdateMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2012 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #ifndef assistantNetStatsFomAttrUpdateMsg_h__
6 #define assistantNetStatsFomAttrUpdateMsg_h__
7 
8 
9 #include "assistantTemplateMsg.h"
12 #include "assistantNetStatsEnums.h"
13 
15 class DtRtiAssistantPeer;
19 {
20 public:
21  // Declare the standard methods required by the message class.
25 
26  //Note, Assistant Header is aligned to 64 bits and is implicitly placed in front of the following
27 
31 
33  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ObjInterHandlesLength, 16)
34 
35  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(AttrParamHandlesLength, 16)
36  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(TransportLength, 16)
37 
39  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(SubscribeLength, 16)
40 
42  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ObjInterSubscribeLength, 16)
43 
44  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ObjInterPublishLength, 16)
45  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ObjInterPubSubHandlesLength, 16)
46 
47  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ObjInterHandles, 32, 16)
48 
49  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(AttrParamHandles, 32, 16)
50 
51  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ObjInterPubSubHandles, 32, 16)
52 
53  DtDECLARE_ENUMERATION_ARRAY_PARAMETER_METHODS(Transports, DtTransportType, 8, 16)
54  DtDECLARE_ENUMERATION_ARRAY_PARAMETER_METHODS(Orders, DtOrderType, 8, 16)
55 
58 
59  DtDECLARE_BOOL_ARRAY_PARAMETER_METHODS(ObjInterSubscribes, 16)
60  DtDECLARE_BOOL_ARRAY_PARAMETER_METHODS(ObjInterPublishes, 16)
61 };
62 #endif // assistantNetStatsFomAttrUpdateMsg_h__
#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 DtASTNT_DECLARE_STANDARD_MSG_METHODS(ClassName)
Definition: assistantTemplateMsg.h:139
#define DtDECLARE_ENUMERATION_ARRAY_PARAMETER_METHODS(ParamName, EnumType, BitSize, CountBitSize)
Definition: rtiTemplateMsgArrayParams.h:601
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
_WIN32
Definition: rtiMsConfig.h:121
#define DtASTNT_DECLARE_PEER_CALLBACK_METHODS(ClassName)
Definition: assistantTemplateMsg.h:159
#define DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ParamName, BitSize, CountBitSize)
Definition: rtiTemplateMsgArrayParams.h:565
#define DtDECLARE_BOOL_PARAMETER_METHODS(ParamName)
Definition: rtiTemplateMsgParams.h:216
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
DtAssistantHandleType
Definition: assistantNetStatsEnums.h:23
The DtAssistantNetStatsFomAttrParamUpdateMsg defines...
Definition: assistantNetStatsFomAttrParamUpdateMsg.h:18
#define DtDECLARE_BOOL_ARRAY_PARAMETER_METHODS(ParamName, CountBitSize)
Definition: rtiTemplateMsgArrayParams.h:588
#define DtDECLARE_ENUMERATION_PARAMETER_METHODS(ParamName, EnumType, BitSize)
Definition: rtiTemplateMsgParams.h:237

Document ID: Generated on Thu May 11 15:55:32 EDT 2023 from SVN revision 254743
Copyright © 2005-2020 MAK Technologies Inc. All Rights Reserved (www.mak.com)