VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtSensorBoolParameterCommand Class Reference

DtSensorBoolParameterCommand sets a boolean paramter of a sensor mode. More...

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

Public Member Functions

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

Detailed Description

DtSensorBoolParameterCommand sets a boolean paramter of a sensor mode.

Constructor & Destructor Documentation

makVrv::DtSensorBoolParameterCommand::DtSensorBoolParameterCommand ( )
virtual makVrv::DtSensorBoolParameterCommand::~DtSensorBoolParameterCommand ( )
virtual

Member Function Documentation

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

Get the name of the sensor mode to modify.

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

Set the name of the sensor mode to modify.

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

Get the name of the parameter to modify.

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

Set the name of the parameter to modify.

virtual bool makVrv::DtSensorBoolParameterCommand::parameterValue ( ) const
virtual

Get the new parameter value.

virtual void makVrv::DtSensorBoolParameterCommand::setParameterValue ( bool  value)
virtual

Set the new parameter value.

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

Execute the command.

Implements makVrv::DtVrvCommand.

Member Data Documentation

std::string makVrv::DtSensorBoolParameterCommand::mySensorModeName
protected
std::string makVrv::DtSensorBoolParameterCommand::myParameterName
protected
bool makVrv::DtSensorBoolParameterCommand::myParameterValue
protected

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

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)