VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtSimDataProcessorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 #include <vrvCore/DtUniqueID.h>
15 
16 #include <vrvCore/DtEntityState.h>
17 
18 #include <boost/signal.hpp>
19 
20 namespace makVrv
21 {
25  {
26  public:
28  virtual ~DtSimDataProcessorInterface();
29 
30  virtual void forceObjectUpdate(DtUniqueID) = 0;
31 
32  public:
33  boost::signal<void (DtUniqueID, const DtSimState&) > signal_stateAdded;
34  boost::signal<void (DtUniqueID, const DtSimState&) > signal_stateUpdated;
35  boost::signal<void (DtUniqueID) > signal_stateRemoved;
36  };
37 }

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)