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
metadataFwderGroupId.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2007 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: metadataFwderGroupId.h,v $ $Revision: 1.5 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtRtiMtdForwarderGroupId_H_
10
#define DtRtiMtdForwarderGroupId_H_
11
16
17
#include "
metadata.h
"
18
#include "
bitMask.h
"
19
20
#if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
21
#include <RTI/Handle.h>
22
#else
23
#ifdef DtIFSPEC13DLC
24
#include "
RTI13.h
"
25
#else
26
#include "RTI.hh"
27
#endif
28
#endif
29
30
class
DT_DLL_LRC
DtRtiMtdForwarderGroupId
:
public
DtRtiMetadata
31
{
32
33
public
:
34
36
DtRtiMtdForwarderGroupId
( caddr_t msg );
37
DtRtiMtdForwarderGroupId
(
DtRtiMsg
* msg );
38
40
virtual
~
DtRtiMtdForwarderGroupId
();
41
42
private
:
43
45
DtRtiMtdForwarderGroupId
(
const
DtRtiMtdForwarderGroupId
&);
46
48
DtRtiMtdForwarderGroupId
&
operator=
(
const
DtRtiMtdForwarderGroupId
&);
49
50
public
:
51
57
virtual
int
get
(
char
** groupName )
const
;
58
62
virtual
bool
set
(
const
char
* groupName,
unsigned
int
nameLen = 0 );
63
64
65
public
:
66
67
protected
:
68
69
const
unsigned
int
myPayloadAlignment
;
70
71
};
72
73
#endif
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
)