VR-Link API Documentation for HLA Evolved
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 Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)