VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
36  virtual void copyTargetSensor( std::string& sensorName );
37 
41  virtual void setTargetSensor(const std::string& sensorName);
42 
44 
45  virtual void setParameterInt(const std::string& paramName, int val);
46  virtual void setParameterFloat(const std::string& paramName, float val);
47  virtual void setParameterBool(const std::string& paramName, bool val);
48  virtual void setParameterString(const std::string& paramName, const std::string& val);
50 
52  virtual void setSensorModule(const std::string& moduleName);
53 
55  virtual void rename(const std::string& newName);
56 
57  protected:
61  };
62 }
63 
64 

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)