VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
13 
14 namespace makVrv
15 {
16  class DtSensorControllerAgent;
17 
26  {
27  public:
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;
58  };
59 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)