VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dStateMsg.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
9
10
#ifndef dDtStateMsg_H_
11
#define dDtStateMsg_H_
12
13
#if DtDIS
14
15
#include "
pdu.h
"
16
17
18
22
class
DT_DLL_VL
DtStateMsg
:
public
DtPdu
23
{
24
public
:
25
27
DtStateMsg
();
28
30
virtual
~
DtStateMsg
();
31
33
DtStateMsg
(
const
DtStateMsg
& orig);
34
36
DtStateMsg
&
operator=
(
const
DtStateMsg
& orig);
37
};
38
39
#endif
40
#endif
41
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)