MAK RTIspy API Documentation for HLA Evolved
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
libsrc
RTI
metadataNull.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2006 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: metadataNull.h,v $ $Revision: 1.6 $ $State: Exp $
7
*********************************************************************/
8
9
#ifndef DtRtiMtdNull_H_
10
#define DtRtiMtdNull_H_
11
14
15
#include "
metadata.h
"
16
#include <vlutil/vlUtil.h>
17
18
class
DT_DLL_LRC
DtRtiMtdNull
:
public
DtRtiMetadata
19
{
20
21
public
:
22
24
DtRtiMtdNull
( caddr_t msg );
25
DtRtiMtdNull
(
DtRtiMsg
* msg );
26
28
virtual
~
DtRtiMtdNull
();
29
30
private
:
31
33
DtRtiMtdNull
(
const
DtRtiMtdNull
&);
34
36
DtRtiMtdNull
&
operator=
(
const
DtRtiMtdNull
&);
37
38
public
:
39
44
virtual
bool
get
()
const
;
45
49
virtual
bool
set
();
50
51
52
protected
:
53
54
const
unsigned
int
myPayloadAlignment
;
55
56
};
57
58
#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
)