MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
lgrDisEnvironmentalProcess.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 1992-2016 VT MAK
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #if DtDIS
13 
14 
15 #include "lgrPublisherInterface.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, const DtAbsoluteTime& updateTime, bool isTimeFromPast,
38  bool isStateUpdate, double scaling, bool isStatic, bool sendFlag );
39  virtual void sendUpdateAtScaleChangePoint(double oldScale, double newScale,
40  bool wasStatic, bool isStatic);
41 
42  virtual void tick(double scaling, bool isStatic);
43 
44  protected:
46  virtual const DtStateMsg& lastState() const;
47 
49  virtual void tickVrlPublisher();
50 
51  protected:
52  DtEnvironmentProcessPublisher* myPublisher;
53  };
54 
55 }
56 
57 #endif

Document ID: Generated on Tue Aug 1 09:00:26 EDT 2017 from SVN revision 179128
Copyright © 2017 VT MÄK. All Rights Reserved (www.mak.com)