VR-Link API Documentation for HLA Evolved
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
iffStateDecoder.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1992-2010 VT MAK
3
** All rights reserved.
4
*********************************************************************/
5
6
10
11
#ifndef iffStateDecoder_H_
12
#define iffStateDecoder_H_
13
14
#if DtDIS
15
16
#include "
stateDecoder.h
"
17
#include "
iffAtcNavaidsPdu.h
"
18
#include <
vlutil/vlMachineTypes.h
>
19
#include "
hostStructs.h
"
20
#include "
stateMsg.h
"
21
#include "
exerciseConn.h
"
22
#include "
variableDatumRecord.h
"
23
#include "
hostStructs.h
"
24
#include "
iffStateRepository.h
"
25
26
27
28
33
class
DT_DLL_VL
DtIffStateDecoder :
public
DtStateDecoder
34
{
35
public
:
36
38
DtIffStateDecoder(
DtExerciseConn
* exConn);
39
41
virtual
~DtIffStateDecoder();
42
44
DtIffStateDecoder(
const
DtIffStateDecoder& orig);
45
47
DtIffStateDecoder& operator=(
const
DtIffStateDecoder& orig);
48
49
51
virtual
void
decode(
const
DtIffAtcNavaidsPdu& pdu,
52
DtIffStateRepository
* stateRep);
53
54
DtCLONE_DECODER(DtIffStateDecoder);
55
};
56
57
#endif
58
#endif
59
Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (
www.mak.com
)