VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtDataBankSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimEntryUpdaterSignaler.h,v $ $Revision: 1.9 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCore/vrvCore.h>
18 #include <vrvUtil/event_signal.h>
19 
20 #include <vlutil/vlSmartPointers.h>
21 
22 namespace makVrv
23 {
24  class DtSharedSettingsManager;
25  class DtEventQueueInterface;
26 
30  {
31  public:
34  static DtDataBankSignaler& instance(const DtSharedSettingsManager&);
35 
38  static DtDataBankSignaler& instance(DtEventQueueInterface&);
39 
43  static DtDataBankSignaler* findInstance(DtEventQueueInterface*);
44 
46  virtual ~DtDataBankSignaler();
47 
48  //Signal emitted when changing an element attribute has been requested.
50  DtBoost::shared_ptr<const DtElementAttribute>)>
52 
53  //Signal to emit when a sim entry update rate has changed.
56 
57  //Signal to emit when a force sim entry update has been requested.
59 
60  protected:
62 
63  private:
65  DtDataBankSignaler& operator=(const DtDataBankSignaler&);
66 
67  };
68 }

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)