VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iffStateEncoder.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 iffStateEncoder_H_
12 #define iffStateEncoder_H_
13 
14 #if DtDIS
15 
16 #include "stateEncoder.h"
17 #include "hostStructs.h"
18 #include "iffAtcNavaidsPdu.h"
19 #include "iffStateRepository.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 
48 protected:
51  virtual bool sendNeeded(
52  const DtIffStateRepository& stateRep,
53  const DtIffStateRepository& asSeenByRemote);
54 
56  virtual void fillOut(
57  const DtIffStateRepository& stateRep,
58  const DtIffStateRepository& asSeenByRemote,
59  DtIffAtcNavaidsPdu* pdu);
60 
62  virtual bool dataParamsNeedUpdating(
63  const DtIffStateRepository& stateRep,
64  const DtIffStateRepository& asSeenByRemote);
65 
66 protected:
68 };
69 
70 
71 #endif
72 #endif
73 

Document ID: Generated on Tue Mar 1 02:56:17 EST 2016 from SVN revision 162687
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)