VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtSensorFloatParameterCommand Class Reference

DtSensorFloatParameterCommand sets a float parameter of a sensor mode.

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

Public Member Functions

 DtSensorFloatParameterCommand ()
 
virtual ~DtSensorFloatParameterCommand ()
 
virtual std::string sensorModeName () const
 
virtual void setSensorModeName (const std::string &mode)
 
virtual std::string parameterName () const
 
virtual void setParameterName (const std::string &obs)
 
virtual float parameterValue () const
 
virtual void setParameterValue (float value)
 
virtual void execute (DtDe &de)
 
- 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
 

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 Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)