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
#include <
vl/pduDecoderFactory.h
>
20
#include <
vl/pduEncoderFactory.h
>
21
24
class
DT_DLL_VL
DtEnvironmentProcessDecoder
:
public
DtStateDecoder
25
{
26
public
:
28
DtEnvironmentProcessDecoder
(
DtExerciseConn
* conn);
29
31
virtual
~
DtEnvironmentProcessDecoder
();
32
34
DtEnvironmentProcessDecoder
(
const
DtEnvironmentProcessDecoder
& orig);
35
37
DtEnvironmentProcessDecoder
& operator=(
38
const
DtEnvironmentProcessDecoder
& orig);
39
41
virtual
void
decode(
42
const
DtEnvironmentalProcessPdu
& pdu,
43
DtEnvironmentProcessRepository
* stateRep);
44
45
DtCLONE_DECODER(
DtEnvironmentProcessDecoder
);
46
};
47
#endif
48
#endif
49
Document ID: Generated on Mon Apr 8 04:49:21 EDT 2019 from SVN revision 197403
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)