smartmontools SVN Rev 5611
Utility to control and monitor storage systems with "S.M.A.R.T."
Public Member Functions | Public Attributes | List of all members
ata_out_regs_flags Struct Reference

Flags for each ATA output register. More...

#include <dev_interface.h>

Collaboration diagram for ata_out_regs_flags:
Collaboration graph
[legend]

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
 

Detailed Description

Flags for each ATA output register.

Definition at line 448 of file dev_interface.h.

Constructor & Destructor Documentation

◆ ata_out_regs_flags()

ata_out_regs_flags::ata_out_regs_flags ( )
inline

Default constructor clears all flags.

Definition at line 458 of file dev_interface.h.

Member Function Documentation

◆ is_set()

bool ata_out_regs_flags::is_set ( ) const
inline

Return true if any flag is set.

Definition at line 453 of file dev_interface.h.

Member Data Documentation

◆ device

bool ata_out_regs_flags::device

Definition at line 450 of file dev_interface.h.

◆ error

bool ata_out_regs_flags::error

Definition at line 450 of file dev_interface.h.

◆ lba_high

bool ata_out_regs_flags::lba_high

Definition at line 450 of file dev_interface.h.

◆ lba_low

bool ata_out_regs_flags::lba_low

Definition at line 450 of file dev_interface.h.

◆ lba_mid

bool ata_out_regs_flags::lba_mid

Definition at line 450 of file dev_interface.h.

◆ sector_count

bool ata_out_regs_flags::sector_count

Definition at line 450 of file dev_interface.h.

◆ status

bool ata_out_regs_flags::status

Definition at line 450 of file dev_interface.h.


The documentation for this struct was generated from the following file: