VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dEntityDec.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
9
10
#ifndef dEntityDec_H_
11
#define dEntityDec_H_
12
13
#if DtDIS
14
15
#include "
dStateDecoder.h
"
16
#include "
esPdu.h
"
17
#include "
esUpdatePdu.h
"
18
#include "
supEmisEsPdu.h
"
19
#include "
entitySR.h
"
20
24
class
DT_DLL_VL
DtEntityStateDecoder
:
public
DtStateDecoder
25
{
26
public
:
28
DtEntityStateDecoder
(
DtExerciseConn
* exConn);
29
31
virtual
~
DtEntityStateDecoder
();
32
34
DtEntityStateDecoder
(
const
DtEntityStateDecoder
& orig);
35
37
DtEntityStateDecoder
&
operator=
(
const
DtEntityStateDecoder
& orig);
38
40
virtual
void
decode(
const
DtEntityStatePdu
& pdu,
41
DtEntityStateRepository
* stateRep);
42
44
virtual
void
decodeEntityStateUpdate(
const
DtEntityStateUpdatePdu
& pdu,
45
DtEntityStateRepository
* stateRep);
46
47
virtual
void
decodeSees(
const
DtSuppEmisEntStatePdu
& pdu,
48
DtEntityStateRepository
* stateRep);
49
50
protected
:
53
virtual
void
decodeAttachedParts(
54
const
DtEntityStatePdu
& pdu,
55
DtEntityStateRepository
* stateRep);
56
};
57
58
#endif
59
#endif
60
Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)