VR-Forces 4.1 Class Documentation
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>
14 
15 namespace makVrv
16 {
17  class DtSensorControllerAgent;
18 
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:
55  DtSensorControllerAgent* myAgent;
57  };
58 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)