VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
additionalPassiveActivitiesEncoderDIS.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/stateEncoder.h>
16 
18 
23 class DT_DLL_VL DtAdditionalPassiveActivitiesEncoder : public DtStateEncoder
24 {
25 public:
26 
29 
32 
35 
38 
43  virtual DtUnderwaterAcousticPdu* stateMsg(
45  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote );
46 
48  DtCLONE_ENCODER( DtAdditionalPassiveActivitiesEncoder );
49 
50 protected:
51 
52  // Let the parent encoder call sendNeeded and fillOut.
53  friend class DtUnderwaterAcousticsEncoder;
54 
56  virtual bool sendNeeded( const DtAdditionalPassiveActivitiesRepository& stateRep,
57  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote );
58 
60  virtual void fillOut( const DtAdditionalPassiveActivitiesRepository& stateRep,
61  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote,
62  DtUnderwaterAcousticPdu* pdu );
63 
64 protected:
65 
66  DtUnderwaterAcousticPdu myAsPdu;
67 
68 };
69 
70 #endif // DtDIS

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)