VR-Link API Documentation for HLA 1516
dPropNoiseEnc.h
Go to the documentation of this file.
1 /****************************************************************************
2  * Copyright (c) 2013 VT MAK
3  * All rights reserved.
4  ****************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 #include <vl/dStateEncoder.h>
15 #include <vl/undwaAcPdu.h>
16 
18 
23 class DT_DLL_VL DtPropulsionNoiseEncoder : public DtStateEncoder
24 {
25 public:
26 
29 
32 
34  virtual ~DtPropulsionNoiseEncoder();
35 
37  DtPropulsionNoiseEncoder& operator = ( const DtPropulsionNoiseEncoder& orig );
38 
43  virtual DtUnderwaterAcousticPdu* stateMsg(
44  const DtPropulsionNoiseStateRepository& stateRep,
45  const DtPropulsionNoiseStateRepository& asSeenByRemote );
46 
47 protected:
48 
49  // Let the parent encoder call sendNeeded and fillOut.
50  friend class DtUnderwaterAcousticsEncoder;
51 
53  virtual bool sendNeeded( const DtPropulsionNoiseStateRepository& stateRep,
54  const DtPropulsionNoiseStateRepository& asSeenByRemote );
55 
57  virtual void fillOut( const DtPropulsionNoiseStateRepository& stateRep,
58  const DtPropulsionNoiseStateRepository& asSeenByRemote,
59  DtUnderwaterAcousticPdu* pdu );
60 
61 protected:
62 
63  DtUnderwaterAcousticPdu myAsPdu;
64 
65 };
66 
67 #endif // DtDIS

Document ID: Generated on Wed Aug 14 15:35:11 EDT 2013 from SVN revision 130445
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)