VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
environmentProcessDecoderDIS.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
7
#if DtDIS
8
9
12
13
#ifndef DtEnvironmentProcessDecoder_H_
14
#define DtEnvironmentProcessDecoder_H_
15
16
#include "
stateDecoder.h
"
17
#include "
environmentalProcessPdu.h
"
18
#include "
environmentProcessRepository.h
"
19
22
class
DT_DLL_VL
DtEnvironmentProcessDecoder
:
public
DtStateDecoder
23
{
24
public
:
26
DtEnvironmentProcessDecoder
(
DtExerciseConn
* conn);
27
29
virtual
~
DtEnvironmentProcessDecoder
();
30
32
DtEnvironmentProcessDecoder
(
const
DtEnvironmentProcessDecoder
& orig);
33
35
DtEnvironmentProcessDecoder
&
operator=
(
36
const
DtEnvironmentProcessDecoder
& orig);
37
39
virtual
void
decode
(
40
const
DtEnvironmentalProcessPdu
& pdu,
41
DtEnvironmentProcessRepository
* stateRep);
42
43
DtCLONE_DECODER
(
DtEnvironmentProcessDecoder
);
44
};
45
#endif
46
#endif
47
Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)