RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
The class for setting value of shutter speed. More...
#include <ricoh_camera_sdk/shutter_speed.hpp>
Public Member Functions | |
ShutterSpeedValue (const std::string &value) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~ShutterSpeedValue ()=default | |
bool | operator== (const CaptureSettingValue &obj) const override |
bool | operator!= (const CaptureSettingValue &obj) const override |
std::string | toString () const override |
Public Member Functions inherited from Ricoh::CameraController::CaptureSettingValue | |
virtual | ~CaptureSettingValue ()=default |
The class for setting value of shutter speed.
Ricoh::CameraController::ShutterSpeedValue::ShutterSpeedValue | ( | const std::string & | value | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.
|
overridevirtual |
Implements Ricoh::CameraController::CaptureSettingValue.