VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vrfSpotReportDataHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrftasks/spotReport.h>
16 #include <vrfutil/rwUUID.h>
17 
18 #include <boost/function.hpp>
19 
20 namespace makVrf
21 {
23  {
24  public:
26  virtual ~DtVrfSpotReportDataHandler();
27 
31  virtual bool update(void*);
32  virtual bool objectEntryRemoved(makVrv::DtUniqueID);
33 
34  static std::string handlerType();
35 
36  virtual const std::set<makVrv::DtUniqueID>& observedBy() const;
37 
40  virtual void slot_stateViewUpdated(makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>* s);
41 
43  virtual bool updateReport(const DtSpotReport&);
44 
46  virtual bool flushData(bool force = false);
47  virtual void idleTick();
48 
49  protected:
50  virtual void slot_stateAdded(const makVrv::DtStateView<makVrv::DtVrlinkSimulatedBaseState>*);
51 
52  protected:
59 
63  };
64 
66  {
67  public:
69 
71  };
72 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)