VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spotReportDataHandler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
14 
15 #pragma once
16 
17 #include <vrfGuiCore/vrfGuiCore.h>
19 
20 #include <vrvUtil/signalslib.h>
21 #include <vrvCore/DtUniqueID.h>
22 
23 namespace makVrv
24 {
25  class DtDe;
26  struct DtSimState;
27 }
28 
29 namespace makVrf
30 {
31  class DtSpotReportHandler;
32  class DtSpotReportDataHandlerCreatorInterface;
33  class DtSpotReportStateObjectAgent;
34 
36  {
37  public:
39  virtual ~DtSpotReportDataHandler();
40 
44  virtual bool update(void*) = 0;
45 
47  virtual bool objectEntryRemoved(makVrv::DtUniqueID, makVrv::DtSimState*) = 0;
48 
49  virtual const std::set<makVrv::DtUniqueID>& observedBy() const = 0;
50 
51  virtual void updateState(DtSpotReportState&);
52 
54  virtual bool flushData(bool force = false) = 0;
55 
57  virtual void idleTick() = 0;
58 
59  makVrv::DtUniqueID uniqueId() const
60  {
61  return myUniqueID;
62  }
63 
64  protected:
67  DtSpotReportStateObjectAgent* myAgent;
68  };
69 
71  {
72  public:
74 
76  };
77 }

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)