MAK RTIspy API Documentation for HLA 1.3
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
metadataTestId.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: metadataTestId.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtRtiMtdTestId_H_
10
#define DtRtiMtdTestId_H_
11
16
17
#include "
metadata.h
"
18
19
#if defined(DtIFSPEC1516) || defined(DtIFSPEC1516E)
20
#include <RTI/Handle.h>
21
#else
22
#ifdef DtIFSPEC13DLC
23
#include "
RTI13.h
"
24
#else
25
#include "
RTI.hh
"
26
#endif
27
#endif
28
31
class
DT_DLL_LRC
DtRtiMtdTestId
:
public
DtRtiMetadata
32
{
33
34
public
:
35
37
DtRtiMtdTestId
( caddr_t msg );
38
DtRtiMtdTestId
(
DtRtiMsg
* msg );
39
41
virtual
~
DtRtiMtdTestId
();
42
43
private
:
44
46
DtRtiMtdTestId
(
const
DtRtiMtdTestId
&);
47
49
DtRtiMtdTestId
&
operator=
(
const
DtRtiMtdTestId
&);
50
51
public
:
52
56
virtual
bool
get
(
unsigned
int
& testId )
const
;
57
61
virtual
bool
set
(
unsigned
int
testId );
62
63
64
protected
:
65
66
const
unsigned
int
myPayloadAlignment
;
67
68
};
69
70
#endif
Document ID: Generated on Tue May 7 16:26:47 EDT 2013 from SVN revision 126903
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)