MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
libsrc
RTI
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
"
14
#include <
rtiutil/rtiTemplateMsgParams.h
>
15
#include <
rtiutil/rtiTemplateMsgArrayParams.h
>
16
#include <vlutil/vlNetTypes.h>
17
18
class
DT_DLL_LRC
DtNewFomClassesMsg
:
public
DtRtiTemplateMsg
19
{
21
DtDECLARE_STANDARD_MSG_METHODS
(
DtNewFomClassesMsg
)
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
Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)