The class for camera storage.
More...
#include <ricoh_camera_sdk/camera_storage.hpp>
The class for camera storage.
virtual Ricoh::CameraController::CameraStorage::~CameraStorage |
( |
| ) |
|
|
virtualdefault |
virtual uint64_t Ricoh::CameraController::CameraStorage::getFreeSpace |
( |
| ) |
const |
|
pure virtual |
Returns the free space of the storage in bytes.
- Returns
- The free space of storage in bytes
virtual const std::string& Ricoh::CameraController::CameraStorage::getId |
( |
| ) |
const |
|
pure virtual |
Returns the ID of the storage.
- Returns
- The ID
virtual const CameraImageList& Ricoh::CameraController::CameraStorage::getImages |
( |
| ) |
const |
|
pure virtual |
Returns the image list in the storage.
- Returns
- The image list in the storage
Returns the acquisition status of image list in the storage.
- Returns
- The acquisition status of image list
virtual uint64_t Ricoh::CameraController::CameraStorage::getMaxCapacity |
( |
| ) |
const |
|
pure virtual |
Returns the max capacity of the storage.
- Returns
- The max capacity of storage
virtual StoragePermission Ricoh::CameraController::CameraStorage::getPermission |
( |
| ) |
const |
|
pure virtual |
Returns the permission of the storage.
- Returns
- The storage permission
virtual uint32_t Ricoh::CameraController::CameraStorage::getRemainingPictures |
( |
| ) |
const |
|
pure virtual |
Returns the number of possible still image shots based on current settings.
- Returns
- The number of possible still image shots
virtual StorageType Ricoh::CameraController::CameraStorage::getType |
( |
| ) |
const |
|
pure virtual |
Returns the type of the storage.
- Returns
- The storage type
virtual bool Ricoh::CameraController::CameraStorage::isAvailable |
( |
| ) |
const |
|
pure virtual |
Returns true
if the storage is available.
- Returns
true
If the storage is available and false
otherwise
The documentation for this class was generated from the following file: