PartitionInfo
NAOqi Core - Overview | API | PartitionInfo
#include <alproxies/alsystemproxy.h>
Expose all information required for a partition.
-
PartitionInfo::PartitionInfo(const std::string& filesystem, const std::string& path, qi::uint64_t size, qi::uint64_t free)
Constructor using a set of values to create a PartitionInfo.
PartitionInfo structure
- filesystem: This is the filesystem name (example: ‘rootfs’)
- path: This is the path to the mount point (example: ‘\’)
- size: Total size (octet) of the partition
- free: Free space (octet) of the partition