VR-Forces 4.6.1 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
tutorialDistributedSimulation3D
DistributedSimulationDriver3D.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvCore/DtDriver.h
>
12
#include <vl/reflectedEntityListDIS.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 Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)