VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCore
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
>
17
#include <
vrvUtil/DtVirtualBaseClass.h
>
18
#include <
vrvCore/DtUniqueID.h
>
19
20
#include <
vrvCore/DtEntityState.h
>
21
22
#include <boost/signal.hpp>
23
24
namespace
makVrv
25
{
28
class
DT_DLL_VRVCORE
DtSimDataProcessorInterface
:
public
DtVirtualBaseClass
29
{
30
public
:
31
DtSimDataProcessorInterface
();
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)