VR-Link API Documentation for HLA 1.3
 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 MAK Technologies, Inc
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 
21 class DT_DLL_VL DtRadioReceiverDecoder : public DtStateDecoder
22 {
23 public:
26 
28  virtual ~DtRadioReceiverDecoder();
29 
32 
34  DtRadioReceiverDecoder& operator=(
35  const DtRadioReceiverDecoder& orig);
36 
38  virtual void decode(
39  const DtReceiverPdu& pdu,
40  DtRadioReceiverRepository* stateRep);
41 
42  DtCLONE_DECODER(DtRadioReceiverDecoder);
43 };
44 #endif
45 #endif
46 
Instances of DtExerciseConn are used to provide an application's interface or connection to the netwo...
Definition: exerciseConnHLA.h:61
This class provides a declaration of the class DtReceiverPdu.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
class DtRadioReceiverDecoder:
Definition: radioReceiverDecoderHLA.h:31
Instances of DtRadioReceiverRepository are used to store state information for radio receiver objects...
Definition: radioReceiverRepository.h:19

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)