VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
examples
tutorialDistributedSimulation2A
DistributedSimulationDriver2A.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
13
class
DtExerciseConn;
14
15
namespace
makVrv
16
{
17
namespace
tutorialDistributedSimulation2A
18
{
19
20
class
DistributedSimulationDriver
:
public
DtDriver
21
{
22
public
:
23
25
DistributedSimulationDriver
(
DtAgentManager
&
agentManager
,
const
std::string&
instanceName
);
26
28
virtual
~DistributedSimulationDriver
();
29
31
virtual
const
std::string&
className
()
const
;
32
33
protected
:
34
37
virtual
bool
onStart
();
38
40
virtual
bool
onStop
();
41
43
virtual
bool
onTick
();
44
45
protected
:
46
47
DtExerciseConn*
myConnection
;
48
bool
myConnectionState
;
49
};
50
51
}
52
}
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
)