VR-Forces 4.8 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 
60  {
61  return myUniqueID;
62  }
63 
64  protected:
67  DtSpotReportStateObjectAgent* myAgent;
68  };
69 
71  {
72  public:
74 
76  };
77 }
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtUniqueID myUniqueID
Definition: spotReportDataHandler.h:65
Definition: spotReportDataHandler.h:70
makVrv::DtDe & myDe
Definition: spotReportDataHandler.h:66
makVrv::DtUniqueID uniqueId() const
Definition: spotReportDataHandler.h:59
unsigned long long DtUniqueID
Definition: DtUniqueID.h:22
Definition: spotReportDataHandler.h:35
DtSpotReportStateObjectAgent * myAgent
Definition: spotReportDataHandler.h:67
Definition: spotReportState.h:41
A DtSimState is the base class for all state objects.
Definition: DtSimState.h:22
Contains makVrv::DtUniqueID type.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)