VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
examples
tutorialDistributedSimulation4C
DistributedSimulationDriver4C.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
18
class
ExampleSimulationObjectAgent;
19
20
namespace
tutorialDistributedSimulation4C
21
{
22
23
class
DistributedSimulationDriver
:
public
DtDriver
24
{
25
public
:
26
28
DistributedSimulationDriver
(
DtAgentManager
&
agentManager
,
const
std::string&
instanceName
);
29
31
virtual
~DistributedSimulationDriver
();
32
34
virtual
const
std::string&
className
()
const
;
35
36
protected
:
37
40
virtual
bool
onStart
();
41
43
virtual
bool
onStop
();
44
46
virtual
bool
onTick
();
47
48
protected
:
49
50
DtExerciseConn*
myConnection
;
51
bool
myConnectionState
;
52
ExampleSimulationObjectAgent*
myAgent
;
53
double
myRotationDegree
;
54
};
55
56
}
57
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)