VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAsynchronousAgentManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAsynchronousAgentManager.h,v $ $Revision: 1.11 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
18 #include <boost/function.hpp>
19 
20 namespace makVrv
21 {
22  class DtModelDefinition;
23  class DtAgentManager;
24 
28  {
29  public:
30  typedef boost::function< void (DtAgentManagerInterface*) >
32 
35 
40  DtAsynchronousAgentManager(DtAgentManager& agentManager, const std::string& ownerName);
41 
46  virtual ~DtAsynchronousAgentManager();
47 
58  virtual void tick();
59 
60  //@name Locked asynchronous operations. These functions may take effect performance.
62 
63 
65  virtual void addModelDefinition(const DtModelDefinition&);
66 
67 
72  virtual DtModelDefinition* lookupModelDefinition(const std::string& str);
74 
76  AsyncAgentManagerInterfaceFunctionQueue* asyncFunctionQueue();
77 
78  protected:
81  };
82 }

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)