|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
ATA register value and info whether it has ever been set. More...
#include <dev_interface.h>

Public Member Functions | |
| ata_register () | |
| ata_register & | operator= (unsigned char x) |
| unsigned char | val () const |
| operator unsigned char () const | |
| bool | is_set () const |
Private Attributes | |
| unsigned char | m_val |
| Register value. | |
| bool | m_is_set |
| true if set | |
ATA register value and info whether it has ever been set.
Definition at line 236 of file dev_interface.h.
| ata_register::ata_register | ( | ) | [inline] |
Definition at line 239 of file dev_interface.h.
| bool ata_register::is_set | ( | ) | const [inline] |
Definition at line 250 of file dev_interface.h.
| ata_register::operator unsigned char | ( | ) | const [inline] |
Definition at line 247 of file dev_interface.h.
| ata_register& ata_register::operator= | ( | unsigned char | x | ) | [inline] |
Definition at line 242 of file dev_interface.h.
| unsigned char ata_register::val | ( | ) | const [inline] |
Definition at line 245 of file dev_interface.h.
bool ata_register::m_is_set [private] |
true if set
Definition at line 255 of file dev_interface.h.
unsigned char ata_register::m_val [private] |
Register value.
Definition at line 254 of file dev_interface.h.
1.7.4