VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvCore
DtMasterSensorController.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtSensorController.h
>
14
15
namespace
makVrv
16
{
17
class
DtSensorControllerAgent;
18
26
class
DT_DLL_VRVCORE
DtMasterSensorController
27
{
28
public
:
30
DtMasterSensorController
(
DtDe
& de );
31
33
virtual
~
DtMasterSensorController
();
34
38
virtual
void
setTargetSensor(
const
std::string& sensorName);
39
41
42
virtual
void
setParameterInt(
const
std::string& paramName,
int
val);
43
virtual
void
setParameterFloat(
const
std::string& paramName,
float
val);
44
virtual
void
setParameterBool(
const
std::string& paramName,
bool
val);
45
virtual
void
setParameterString(
const
std::string& paramName,
const
std::string& val);
47
49
virtual
void
setSensorModule(
const
std::string& moduleName);
50
52
virtual
void
rename(
const
std::string& newName);
53
54
protected
:
55
DtSensorControllerAgent*
myAgent
;
56
DtSensorController
*
myController
;
57
};
58
}
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)