VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
queuedManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtQueuedManager.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrfGuiCore/vrfGuiCore.h>
17 
19 #include <vrvUtil/signalslib.h>
20 #include <vrvCore/DtDe.h>
22 
23 namespace makVrf
24 {
27  {
28  public:
30  virtual ~DtQueuedManager();
31 
32  public:
33  virtual void tick();
34  virtual void setActivated(bool);
35 
36  protected:
38  typedef std::vector<boost::function<void ()> > DtVrfBackendManagerCallList;
39 
41  virtual void queueSimulationFunction(const boost::function<void ()>& function);
42 
44  virtual void runFunctionQueue(DtVrfBackendManagerCallQueue& queue);
45 
46  protected:
50  };
51 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)