VR-Link API Documentation for DIS
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 
25 {
26 public:
29 
31  virtual ~DtIffStateEncoder();
32 
35 
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:
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)