VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtSensorBoolParameterCommand.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/DtVrvCommand.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
23 
25  virtual std::string sensorModeName() const;
27  virtual void setSensorModeName(const std::string& mode);
28 
30  virtual std::string parameterName() const;
32  virtual void setParameterName(const std::string& obs);
33 
35  virtual bool parameterValue() const;
37  virtual void setParameterValue( bool value );
38 
40  virtual void execute(DtDe& de);
41 
42  protected:
43  std::string mySensorModeName;
44  std::string myParameterName;
46  };
47 
51  {
52  public:
55 
56  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
57  };
58 
59 
60 } //makVrv::

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)