MAK RTIspy API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
newFomClassesMsg.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2013 VT MAK, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
8 
9 
10 #ifndef DtNewFomClassesMsg_H_
11 #define DtNewFomClassesMsg_H_
12 
13 #include "rtiTemplateMsg.h"
16 #include <vlutil/vlNetTypes.h>
17 
19 {
22 
23  // Declare the methods for setting and getting parameters.
24 
25 
26  DtDECLARE_UNSIGNED_PARAMETER_METHODS(JoiningFedHdl, 32)
27 
28 
29  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(NumObjectClasses, 32)
30 
31 
32  DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(NumInteractionClasses, 32)
33 
34 
35  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ObjectClasses, 32, 32)
36 
37 
38  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ParentObjectClasses, 32, 32)
39 
40 
41  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(InteractionClasses, 32, 32)
42 
43 
44  DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ParentInteractionClasses, 32, 32)
45 };
46 
47 #endif
48 
#define DtDECLARE_ARRAY_SIZE_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgArrayParams.h:513
Definition: newFomClassesMsg.h:18
#define DtDECLARE_STANDARD_MSG_METHODS(ClassName)
Definition: rtiTemplateMsg.h:136
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 DtDECLARE_UNSIGNED_ARRAY_PARAMETER_METHODS(ParamName, BitSize, CountBitSize)
Definition: rtiTemplateMsgArrayParams.h:565
#define DtDECLARE_UNSIGNED_PARAMETER_METHODS(ParamName, BitSize)
Definition: rtiTemplateMsgParams.h:206
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
DtRtiTemplateMsg defines a base class which can be subclassed to quickly produce a new RTI messages b...
Definition: rtiTemplateMsg.h:43

Document ID: Generated on Sun Jul 20 16:15:30 EDT 2025 from SVN revision 277985
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)