scsi_ErrDesc_t Struct Reference

List of all members.


Detailed Description

Definition at line 180 of file scsi_err.cpp.


Public Member Functions

 scsi_ErrDesc_t (UInt8_t a_code, const char *a_text)

Public Attributes

UInt8_t st
const char * m_text

Constructor & Destructor Documentation

scsi_ErrDesc_t::scsi_ErrDesc_t ( UInt8_t  a_code,
const char *  a_text 
) [inline]

Definition at line 184 of file scsi_err.cpp.

00185     : st(a_code), m_text(a_text) {
00186         // Empty
00187     }


Member Data Documentation

Definition at line 181 of file scsi_err.cpp.

Referenced by scsi_GetStatusText().

Definition at line 182 of file scsi_err.cpp.

Referenced by scsi_GetStatusText().


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

Generated on Mon Feb 27 19:49:41 2012 for OPENARCHIVE by  doxygen 1.5.6