Class holding a drive status data.
More...
Class holding a drive status data.
Definition at line 59 of file MDrive.h.
std::string getMountPoint |
( |
| ) |
|
- Returns
- the drive mount point
unsigned long long int getMountPointFreeSpace |
( |
| ) |
|
- Returns
- the total free space of the mount point
unsigned long long int getMountPointTotalSize |
( |
| ) |
|
- Returns
- the total size of the mount point
void setMountPoint |
( |
const std::string & |
mountPoint | ) |
|
Sets the mount point of the drive
- Parameters
-
[in] | mountPoint | The mount point |
void setMountPointFreeSpace |
( |
unsigned long long int |
freeSpace | ) |
|
Sets the free space of the drive mount point
- Parameters
-
[in] | freeSpace | The free space of the drive |
void setMountPointTotalSize |
( |
unsigned long long int |
totalSize | ) |
|
Sets the total size of the drive mount point
- Parameters
-
[in] | totalSize | The total size of the drive |
void setName |
( |
const std::string & |
name | ) |
|
Sets the name of the drive
- Parameters
-
[in] | name | The name of the drive |
The documentation for this class was generated from the following file: