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
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 Fri Sep 27 00:57:56 EDT 2019 from SVN revision 201708
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (
www.mak.com
)