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

DtSensorIntParameterCommand sets a integer parameter of a sensor mode. More...

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

Public Member Functions

 DtSensorIntParameterCommand ()
virtual ~DtSensorIntParameterCommand ()
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 int parameterValue () const
 Get the new parameter value.
virtual void setParameterValue (int 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
int myParameterValue
- Protected Attributes inherited from makVrv::DtVrvCommand
vrvControlToolkit::DtVrvControlTypeEnum myCommandType

Detailed Description

DtSensorIntParameterCommand sets a integer parameter of a sensor mode.

Constructor & Destructor Documentation

makVrv::DtSensorIntParameterCommand::DtSensorIntParameterCommand ( )
virtual makVrv::DtSensorIntParameterCommand::~DtSensorIntParameterCommand ( )
virtual

Member Function Documentation

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

Get the name of the sensor mode to modify.

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

Set the name of the sensor mode to modify.

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

Get the name of the parameter to modify.

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

Set the name of the parameter to modify.

virtual int makVrv::DtSensorIntParameterCommand::parameterValue ( ) const
virtual

Get the new parameter value.

virtual void makVrv::DtSensorIntParameterCommand::setParameterValue ( int  value)
virtual

Set the new parameter value.

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

Execute the command.

Implements makVrv::DtVrvCommand.

Member Data Documentation

std::string makVrv::DtSensorIntParameterCommand::mySensorModeName
protected
std::string makVrv::DtSensorIntParameterCommand::myParameterName
protected
int makVrv::DtSensorIntParameterCommand::myParameterValue
protected

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

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)