25 virtual std::string sensorModeName()
const;
27 virtual void setSensorModeName(
const std::string&
mode);
30 virtual std::string parameterName()
const;
32 virtual void setParameterName(
const std::string& obs);
35 virtual float parameterValue()
const;
37 virtual void setParameterValue(
float value );
40 virtual void execute(
DtDe& de);
DtSensorFloatParameterCommandCreator creates DtSensorFloatParameterCommands.
Definition: DtSensorFloatParameterCommand.h:50
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtSensorFloatParameterCommandCreator(GlobalIdConvertFunc func)
Definition: DtSensorFloatParameterCommand.h:53
DtSensorFloatParameterCommand sets a float parameter of a sensor mode.
Definition: DtSensorFloatParameterCommand.h:18
std::string mySensorModeName
Definition: DtSensorFloatParameterCommand.h:43
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
float myParameterValue
Definition: DtSensorFloatParameterCommand.h:45
std::string myParameterName
Definition: DtSensorFloatParameterCommand.h:44
const char int mode
Definition: ioapi.h:38
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
virtual ~DtSensorFloatParameterCommandCreator()
Definition: DtSensorFloatParameterCommand.h:54