VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Protected Attributes
makVrv::DtSensorFloatParameterCommand Class Reference

DtSensorFloatParameterCommand sets a float parameter of a sensor mode. More...

Inheritance diagram for makVrv::DtSensorFloatParameterCommand:
Inheritance graph
[legend]

Public Member Functions

 DtSensorFloatParameterCommand ()
virtual ~DtSensorFloatParameterCommand ()
virtual std::string sensorModeName () const
 Get the name of the sensor mode to modify.
virtual void setSensorModeName (const std::string &mode)
 Set the name of the sensor mode to modify.
virtual std::string parameterName () const
 Get the name of the parameter to modify.
virtual void setParameterName (const std::string &obs)
 Set the name of the parameter to modify.
virtual float parameterValue () const
 Get the new parameter value.
virtual void setParameterValue (float value)
 Set the new parameter value.
virtual void execute (DtDe &de)
 Execute the command.
- Public Member Functions inherited from makVrv::DtVrvCommand
 DtVrvCommand ()
virtual ~DtVrvCommand ()
virtual
vrvControlToolkit::DtVrvControlTypeEnum 
commandType ()

Protected Attributes

std::string mySensorModeName
std::string myParameterName
float myParameterValue
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType

Detailed Description

DtSensorFloatParameterCommand sets a float parameter of a sensor mode.

Constructor & Destructor Documentation

makVrv::DtSensorFloatParameterCommand::DtSensorFloatParameterCommand ( )
virtual makVrv::DtSensorFloatParameterCommand::~DtSensorFloatParameterCommand ( )
virtual

Member Function Documentation

virtual std::string makVrv::DtSensorFloatParameterCommand::sensorModeName ( ) const
virtual

Get the name of the sensor mode to modify.

virtual void makVrv::DtSensorFloatParameterCommand::setSensorModeName ( const std::string &  mode)
virtual

Set the name of the sensor mode to modify.

virtual std::string makVrv::DtSensorFloatParameterCommand::parameterName ( ) const
virtual

Get the name of the parameter to modify.

virtual void makVrv::DtSensorFloatParameterCommand::setParameterName ( const std::string &  obs)
virtual

Set the name of the parameter to modify.

virtual float makVrv::DtSensorFloatParameterCommand::parameterValue ( ) const
virtual

Get the new parameter value.

virtual void makVrv::DtSensorFloatParameterCommand::setParameterValue ( float  value)
virtual

Set the new parameter value.

virtual void makVrv::DtSensorFloatParameterCommand::execute ( DtDe de)
virtual

Execute the command.

Implements makVrv::DtVrvCommand.

Member Data Documentation

std::string makVrv::DtSensorFloatParameterCommand::mySensorModeName
protected
std::string makVrv::DtSensorFloatParameterCommand::myParameterName
protected
float makVrv::DtSensorFloatParameterCommand::myParameterValue
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)