VR-Link API Documentation for DIS
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
arealObjectDecoderDIS.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2014 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#if DtDIS
13
14
#include <
vl/stateDecoder.h
>
15
#include <
vl/arealObjectStatePdu.h
>
16
#include <
vl/arealObjectRepository.h
>
17
20
class
DT_DLL_VL
DtArealObjectDecoder
:
public
DtStateDecoder
21
{
22
public
:
23
25
DtArealObjectDecoder
(
DtExerciseConn
* exConn );
26
28
DtArealObjectDecoder
(
const
DtArealObjectDecoder
& );
29
31
virtual
~
DtArealObjectDecoder
();
32
34
DtArealObjectDecoder
&
operator =
(
const
DtArealObjectDecoder
& );
35
37
virtual
void
decode
(
const
DtArealObjectStatePdu
& pdu,
38
DtArealObjectRepository
* stateRep );
39
40
DtCLONE_DECODER
(
DtArealObjectDecoder
);
41
42
};
43
44
#endif // DtDIS
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
)