smartmontools SVN Rev 5640
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 448 of file dev_interface.h.
|
inline |
Default constructor clears all flags.
Definition at line 458 of file dev_interface.h.
|
inline |
Return true if any flag is set.
Definition at line 453 of file dev_interface.h.
bool ata_out_regs_flags::device |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::error |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::lba_high |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::lba_low |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::lba_mid |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::sector_count |
Definition at line 450 of file dev_interface.h.
bool ata_out_regs_flags::status |
Definition at line 450 of file dev_interface.h.