VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dEmittrSysDec.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 DT_EMITTER_SYSTEM_STATE_DECODER_H_
11
#define DT_EMITTER_SYSTEM_STATE_DECODER_H_
12
13
#if DtDIS
14
15
#include "
elecEmitPdu.h
"
16
#include "
dStateDecoder.h
"
17
18
#include <
vlutil/vlMachineTypes.h
>
19
#include "
hostStructs.h
"
20
#include "
stateMsg.h
"
21
#include "
exerciseConn.h
"
22
#include "
varDatumRec.h
"
23
#include "
emitterSysSR.h
"
24
#include "
elecEmitPdu.h
"
25
26
31
class
DT_DLL_VL
DtEmitterSystemStateDecoder
:
public
DtStateDecoder
32
{
33
public
:
35
DtEmitterSystemStateDecoder
(
DtExerciseConn
* exConn);
36
38
virtual
~
DtEmitterSystemStateDecoder
();
39
41
DtEmitterSystemStateDecoder
(
const
DtEmitterSystemStateDecoder
& orig);
42
44
DtEmitterSystemStateDecoder
&
operator=
(
const
DtEmitterSystemStateDecoder
& orig);
45
47
virtual
void
decode(
const
DtElectromagneticEmissionPdu
& pdu,
48
DtEmitterSystemRepository
* stateRep);
49
50
};
51
52
#endif
53
#endif
54
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
)