VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radioReceiverDecoderDIS.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 
7 #if DtDIS
8 
11 
12 #ifndef DtRadioReceiverDecoder_H_
13 #define DtRadioReceiverDecoder_H_
14 
15 #include "stateDecoder.h"
16 #include "receiverPdu.h"
18 
22 {
23 public:
26 
28  virtual ~DtRadioReceiverDecoder();
29 
32 
35  const DtRadioReceiverDecoder& orig);
36 
38  virtual void decode(
39  const DtReceiverPdu& pdu,
40  DtRadioReceiverRepository* stateRep);
41 
43 };
44 #endif
45 #endif
46 
Base class for all DIS state decoders.
Definition: stateDecoder.h:23
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnDIS.h:61
This class provides a declaration of the class DtReceiverPdu.
#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 DtRadioReceiverDecoder decode Radio Receiver PDU's into DtRadioReceiverRepository object...
Definition: radioReceiverDecoderDIS.h:21
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19
DtStateDecoder & operator=(const DtStateDecoder &orig)
Assignment operator.
#define DtCLONE_DECODER(decoderClass)
Definition: stateDecoder.h:16
This class provides a wrapper around the DIS Receiver PDU network structure.
Definition: receiverPdu.h:27

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)