smartmontools SVN Rev 5640
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Device info strings. More...
#include <dev_interface.h>
Public Member Functions | |
device_info () | |
device_info (const char *d_name, const char *d_type, const char *r_type) | |
Public Attributes | |
std::string | dev_name |
Device (path)name. | |
std::string | info_name |
Informal name. | |
std::string | dev_type |
Actual device type. | |
std::string | req_type |
Device type requested by user, empty if none. | |
Device info strings.
Definition at line 37 of file dev_interface.h.
|
inline |
Definition at line 38 of file dev_interface.h.
|
inline |
Definition at line 40 of file dev_interface.h.
std::string smart_device::device_info::dev_name |
Device (path)name.
Definition at line 45 of file dev_interface.h.
std::string smart_device::device_info::dev_type |
Actual device type.
Definition at line 47 of file dev_interface.h.
std::string smart_device::device_info::info_name |
Informal name.
Definition at line 46 of file dev_interface.h.
std::string smart_device::device_info::req_type |
Device type requested by user, empty if none.
Definition at line 48 of file dev_interface.h.