VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfExtObjects
dynamicTerrainDecoderDIS.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2017 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtDIS
13
14
#include <
vrfExtObjects/dllExport.h
>
15
#include <vl/stateDecoder.h>
16
17
class
DtDynamicTerrainStateRepository
;
18
class
DtDynamicTerrainPdu
;
19
24
class
DT_DLL_vrfExtObjects
DtDynamicTerrainDecoder
:
public
DtStateDecoder
25
{
26
public
:
27
29
DtDynamicTerrainDecoder
();
30
32
DtDynamicTerrainDecoder
(DtExerciseConn *conn);
33
35
virtual
~
DtDynamicTerrainDecoder
();
36
38
DtDynamicTerrainDecoder
(
const
DtDynamicTerrainDecoder
& orig);
39
41
DtDynamicTerrainDecoder
& operator=(
const
DtDynamicTerrainDecoder
& orig);
42
43
DtCLONE_DECODER(
DtDynamicTerrainDecoder
)
44
45
46
public
:
47
49
virtual
void
decode
(DtPdu * pdu, DtPduFactory* pduFactory = 0);
50
52
virtual
void
decode
(
const
DtDynamicTerrainPdu
& pdu,
53
DtDynamicTerrainStateRepository
* stateRep);
54
55
56
};
57
58
#endif // DtDIS
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)