VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
externalDataSymbolDecorationUpdater.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2013 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrfGuiCore/vrfGuiCore.h>
14 #include <vrvCore/DtStateView.h>
15 
16 namespace makVrf
17 {
18  class DtVrfSimBackendManager;
19 
23  {
24  public:
25 
28 
31 
33  virtual void setTimeOfReport(unsigned int);
34 
35  virtual void setTimeOfReportUpdateTimePeriod(int);
36  int timeOfReportUpdateTimePeriod() const
37  {
38  return myTimeOfReportUpdateTimePeriod;
39  }
40 
41  virtual void associateIdWithIndex( makVrv::DtUnicode idString, unsigned int index );
42 
43  protected:
44 
45  virtual std::string formatTime(double time) const;
46 
48  virtual void update( DtTime tNow );
49 
50  virtual DtVrfSimBackendManager& vrfSimBackendManager() const;
51 
52  virtual void updateTimeSinceLastReport(int);
53 
54  protected:
55  unsigned int myTimeOfReport;
57 
61  };
62 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)