|
smartmontools SVN Rev 3317
Utility to control and monitor storage systems with "S.M.A.R.T."
|
Flags for each ATA output register. More...
#include <dev_interface.h>

Public Member Functions | |
| bool | is_set () const |
| Return true if any flag is set. | |
| ata_out_regs_flags () | |
| Default constructor clears all flags. | |
Public Attributes | |
| bool | error |
| bool | sector_count |
| bool | lba_low |
| bool | lba_mid |
| bool | lba_high |
| bool | device |
| bool | status |
Flags for each ATA output register.
Definition at line 425 of file dev_interface.h.
| ata_out_regs_flags::ata_out_regs_flags | ( | ) | [inline] |
Default constructor clears all flags.
Definition at line 435 of file dev_interface.h.
| bool ata_out_regs_flags::is_set | ( | ) | const [inline] |
Return true if any flag is set.
Definition at line 430 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
Definition at line 427 of file dev_interface.h.
1.7.4