VR-Forces 4.1 Class Documentation
DtSimDataProcessorInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtSimDataProcessorInterface.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #ifndef DtSimDataProcessorInterface_H_
14 #define DtSimDataProcessorInterface_H_
15 
16 #include <vrvCore/vrvCore.h>
18 #include <vrvCore/DtUniqueID.h>
19 
20 #include <vrvCore/DtEntityState.h>
21 
22 #include <boost/signal.hpp>
23 
24 namespace makVrv
25 {
29  {
30  public:
32  virtual ~DtSimDataProcessorInterface();
33 
34  virtual void forceObjectUpdate(DtUniqueID) = 0;
35 
36  public:
37  boost::signal<void (DtUniqueID, const DtVrlinkSimulatedBaseState&) > signal_stateAdded;
38  boost::signal<void (DtUniqueID, const DtVrlinkSimulatedBaseState&) > signal_stateUpdated;
39  boost::signal<void (DtUniqueID) > signal_stateRemoved;
40  };
41 }
42 
43 #endif
44 

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)