MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
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 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
)