RICOH Camera USB SDK for C++
1.1.0
RICOH Camera USB SDK for C++
|
This class for setting value of the date and time of camera. More...
#include <ricoh_camera_sdk/camera_time.hpp>
Public Member Functions | |
CameraTimeValue (time_t dateTime) | |
Constructs an object having a value. You doesn't use this constructor. More... | |
~CameraTimeValue ()=default | |
bool | operator== (const CameraDeviceSettingValue &obj) const override |
bool | operator!= (const CameraDeviceSettingValue &obj) const override |
time_t | get () const |
Returns the date and time value. More... | |
std::string | toString () const override |
Public Member Functions inherited from Ricoh::CameraController::CameraDeviceSettingValue | |
virtual | ~CameraDeviceSettingValue ()=default |
This class for setting value of the date and time of camera.
Ricoh::CameraController::CameraTimeValue::CameraTimeValue | ( | time_t | dateTime | ) |
Constructs an object having a value. You doesn't use this constructor.
|
default |
time_t Ricoh::CameraController::CameraTimeValue::get | ( | ) | const |
Returns the date and time value.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |