VR-Link API Documentation for DIS
dAddPassActEnc.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 
24 {
25 public:
26 
29 
32 
35 
38 
43  virtual DtUnderwaterAcousticPdu* stateMsg(
45  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote );
46 
47 protected:
48 
49  // Let the parent encoder call sendNeeded and fillOut.
51 
53  virtual bool sendNeeded( const DtAdditionalPassiveActivitiesRepository& stateRep,
54  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote );
55 
57  virtual void fillOut( const DtAdditionalPassiveActivitiesRepository& stateRep,
58  const DtAdditionalPassiveActivitiesRepository& asSeenByRemote,
60 
61 protected:
62 
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)