VR-Link API Documentation for HLA 1516
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dStateEncoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#ifndef dStateEncoder_H_
11
#define dStateEncoder_H_
12
13
#if DtDIS
14
15
#include <
vlutil/vlMachineTypes.h
>
16
18
class
DT_DLL_VL
DtStateEncoder
19
{
20
public
:
22
DtStateEncoder();
23
25
virtual
~DtStateEncoder();
26
28
DtStateEncoder(
const
DtStateEncoder& orig);
29
31
DtStateEncoder& operator=(
const
DtStateEncoder& orig);
32
34
void
setSendNeeded();
35
36
protected
:
37
bool
myForceSendNeeded;
38
};
39
40
#endif
41
#endif
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
)