|
smartmontools SVN Rev 3317
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 43 of file dev_interface.h.
| smart_device::device_info::device_info | ( | ) | [inline] |
Definition at line 44 of file dev_interface.h.
| smart_device::device_info::device_info | ( | const char * | d_name, |
| const char * | d_type, | ||
| const char * | r_type | ||
| ) | [inline] |
Definition at line 46 of file dev_interface.h.
| std::string smart_device::device_info::dev_name |
Device (path)name.
Definition at line 51 of file dev_interface.h.
| std::string smart_device::device_info::dev_type |
Actual device type.
Definition at line 53 of file dev_interface.h.
| std::string smart_device::device_info::info_name |
Informal name.
Definition at line 52 of file dev_interface.h.
| std::string smart_device::device_info::req_type |
Device type requested by user, empty if none.
Definition at line 54 of file dev_interface.h.
1.7.4