VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
34 {
35 public:
36 
39 
41  virtual ~DtIffStateDecoder();
42 
45 
48 
49 
51  virtual void decode(const DtIffAtcNavaidsPdu& pdu,
52  DtIffStateRepository* stateRep);
53 
55 };
56 
57 #endif
58 #endif
59 
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
Contains the DtIffStateRepository class declaration.
Instances of DtExerciseConn are used to provide an application&#39;s interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual void decode(DtPdu *pdu, DtPduFactory *pduFactory=0)
This is a dummy method for backwards compatibility with DIS decoders.
Instances of DtIffStateDecoder are used to take state information from an emission state PDU and plac...
Definition: iffStateDecoder.h:33
Defines a protocol independent repository of attributes for IFF objects.
Definition: iffStateRepository.h:57
Instances of DtIffAtcNavaidsPdu are used to send information about simulated radio transponders and i...
Definition: iffAtcNavaidsPdu.h:48
This file provides protocol to independence DtExerciseConn.
This file is deprecated - Please see simulationAddress.h, entityIdentifier.h, entityType.h, burstDescriptor.h, and NetStructs.h.
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16
This file contains typedefs for machine dependant types.

Document ID: Generated on Tue Aug 10 00:12:31 EDT 2021 from SVN revision 232765
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)