VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
tutorialDistributedSimulation3D
DistributedSimulationDriver3D.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvCore/DtDriver.h
>
12
#include <vl/dReflEntList.h>
13
14
using namespace
makVrv;
15
16
class
DtExerciseConn;
17
class
DtReflectedObject;
18
19
namespace
makVrv
20
{
21
namespace
tutorialDistributedSimulation3D
22
{
23
24
class
DistributedSimulationConnection;
25
26
class
DistributedSimulationDriver
:
public
DtDriver
27
{
28
public
:
29
31
DistributedSimulationDriver
(
DtAgentManager
& agentManager,
const
std::string& instanceName);
32
34
virtual
~
DistributedSimulationDriver
();
35
37
virtual
const
std::string& className()
const
;
38
39
protected
:
40
43
virtual
bool
onStart();
44
46
virtual
bool
onStop();
47
49
virtual
bool
onTick();
50
52
virtual
bool
discoverCb(DtReflectedObject* reflectedObj,
char
state);
53
54
55
protected
:
56
57
DistributedSimulationConnection
*
myConnection
;
58
};
59
60
}
61
}
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
)