VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
radioReceiverEncoderDIS.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 
12 
13 
14 #ifndef radioReceiverEncoderDIS_H_
15 #define radioReceiverEncoderDIS_H_
16 
17 #include "stateEncoder.h"
19 #include "receiverPdu.h"
20 
24 class DT_DLL_VL DtRadioReceiverEncoder : public DtStateEncoder
25 {
26 public:
29 
31  virtual ~DtRadioReceiverEncoder();
32 
35 
37  DtRadioReceiverEncoder& operator=(const DtRadioReceiverEncoder& orig);
38 
43  virtual DtReceiverPdu* stateMsg(
44  const DtRadioReceiverRepository& stateRep,
45  const DtRadioReceiverRepository& asSeenByRemote);
46 
47  DtCLONE_ENCODER(DtRadioReceiverEncoder);
48 protected:
51  virtual bool sendNeeded(
52  const DtRadioReceiverRepository& stateRep,
53  const DtRadioReceiverRepository& asSeenByRemote);
54 
55 protected:
56  DtReceiverPdu myPdu;
57 };
58 
59 
60 #endif
61 #endif
62 

Document ID: Generated on Fri Dec 2 02:42:08 EST 2016 from SVN revision 171416
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)