MAK Data Logger API Documentation for DIS
lgrDisEnvironmentalProcess.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #if DtDIS
11 
12 #ifndef lgrDisEnvironmentalProcess_H_
13 #define lgrDisEnvironmentalProcess_H_
14 
15 #include "lgrPublisherInterface.h"
16 #include "virtualConstructor.h"
17 
18 class DtEnvironmentProcessPublisher;
19 class DtEnvironmentalProcessPdu;
20 
21 namespace MAKLogger
22 {
23  class DtLgrDisSimulationManager;
24 
28  {
29  public:
30 
31 
32  DT_VIRTUAL_CTR(DtLgrDisEnvironmentalProcessPublisher,(const DtEnvironmentalProcessPdu& pdu,
33  DtLgrDisSimulationManager* simManager))
34 
36 
37  virtual void update( const DtPdu& pdu,double scaling, bool isStatic, bool sendFlag );
38  virtual void sendUpdateAtScaleChangePoint(double oldScale, double newScale,
39  bool wasStatic, bool isStatic);
40 
41  virtual void tick(double scaling, bool isStatic);
42 
43  protected:
44  DtEnvironmentProcessPublisher* myPublisher;
45  };
46 
47 }
48 
49 #endif
50 #endif

Document ID: Generated on Sun Dec 15 18:04:30 EST 2013 from SVN revision 134418
Copyright © 2005-2012 VT MÄK. All Rights Reserved (www.mak.com)