VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
33  virtual ~DtMasterSensorController();
34 
35  virtual void copyTargetSensor(std::string& sensorName);
36 
40  virtual void setTargetSensor(const std::string& sensorName);
41 
43 
44  virtual void setParameterInt(const std::string& paramName, int val);
45  virtual void setParameterFloat(const std::string& paramName, float val);
46  virtual void setParameterBool(const std::string& paramName, bool val);
47  virtual void setParameterString(const std::string& paramName, const std::string& val);
49 
51  virtual void setSensorModule(const std::string& moduleName);
52 
54  virtual void rename(const std::string& newName);
55 
56  protected:
57  DtSensorControllerAgent* myAgent;
59  };
60 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)