VR-Link API Documentation for HLA 1.3
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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 Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)