VR-Forces 4.1.1 Class Documentation
DtSensorController.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/DtUniqueID.h>
15 
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtSensor;
22 
26  {
27 
28  public:
31 
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:
58  };
59 }
60 
61 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)