VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
include
vl
dIffEnc.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 dIffEnc_H_
12
#define dIffEnc_H_
13
14
#if DtDIS
15
16
#include "
dStateEncoder.h
"
17
#include "
hostStructs.h
"
18
#include "
iffAtcNavPdu.h
"
19
#include "
iffSR.h
"
20
24
class
DT_DLL_VL
DtIffStateEncoder
:
public
DtStateEncoder
25
{
26
public
:
28
DtIffStateEncoder
();
29
31
virtual
~
DtIffStateEncoder
();
32
34
DtIffStateEncoder
(
const
DtIffStateEncoder
& orig);
35
37
DtIffStateEncoder
&
operator=
(
const
DtIffStateEncoder
& orig);
38
43
virtual
DtIffAtcNavaidsPdu
* stateMsg(
44
const
DtIffStateRepository
& stateRep,
45
const
DtIffStateRepository
& asSeenByRemote);
46
47
protected
:
50
virtual
bool
sendNeeded(
51
const
DtIffStateRepository
& stateRep,
52
const
DtIffStateRepository
& asSeenByRemote);
53
55
virtual
void
fillOut(
56
const
DtIffStateRepository
& stateRep,
57
const
DtIffStateRepository
& asSeenByRemote,
58
DtIffAtcNavaidsPdu
* pdu);
59
60
protected
:
61
DtIffAtcNavaidsPdu
myAsPdu
;
62
};
63
64
65
#endif
66
#endif
67
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
)