RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
This class for setting of the date and time of camera. More...
#include <ricoh_camera_sdk/camera_time.hpp>
Public Member Functions | |
CameraTime () | |
Constructs an object not having a value. More... | |
CameraTime (time_t dateTime) | |
Constructs an object having given a value. More... | |
~CameraTime ()=default | |
Public Member Functions inherited from Ricoh::CameraController::CameraDeviceSetting | |
virtual | ~CameraDeviceSetting ()=default |
virtual bool | operator== (const CameraDeviceSetting &obj) const |
virtual bool | operator!= (const CameraDeviceSetting &obj) const |
virtual const std::string & | getName () const |
Returns the name of the setting. More... | |
virtual const CameraDeviceSettingValue & | getValue () const |
Returns the value of a setting. More... | |
virtual void | setValue (std::unique_ptr< CameraDeviceSettingValue > &&value) |
Sets the value of a setting. More... | |
virtual std::string | toString () const |
This class for setting of the date and time of camera.
Ricoh::CameraController::CameraTime::CameraTime | ( | ) |
Constructs an object not having a value.
Ricoh::CameraController::CameraTime::CameraTime | ( | time_t | dateTime | ) |
Constructs an object having given a value.
dateTime | date and time |
|
default |