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
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/DtSensorController.h
>
13
14
namespace
makVrv
15
{
16
class
DtSensorControllerAgent;
17
25
class
DT_DLL_VRVCORE
DtMasterSensorController
26
{
27
public
:
29
DtMasterSensorController
(
DtDe
& de );
30
32
virtual
~
DtMasterSensorController
();
33
34
virtual
void
copyTargetSensor(std::string& sensorName);
35
39
virtual
void
setTargetSensor(
const
std::string& sensorName);
40
42
43
virtual
void
setParameterInt(
const
std::string& paramName,
int
val);
44
virtual
void
setParameterFloat(
const
std::string& paramName,
float
val);
45
virtual
void
setParameterBool(
const
std::string& paramName,
bool
val);
46
virtual
void
setParameterString(
const
std::string& paramName,
const
std::string& val);
48
50
virtual
void
setSensorModule(
const
std::string& moduleName);
51
53
virtual
void
rename(
const
std::string& newName);
54
55
protected
:
56
DtSensorControllerAgent*
myAgent
;
57
DtSensorController
*
myController
;
58
};
59
}
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
)