scsi_DevType_t Struct Reference

List of all members.


Detailed Description

Definition at line 51 of file scsi_err.cpp.


Public Member Functions

 scsi_DevType_t (scsi_DeviceType_e a_dt, const char *a_text)

Public Attributes

scsi_DeviceType_e m_dt
const char * m_text

Constructor & Destructor Documentation

scsi_DevType_t::scsi_DevType_t ( scsi_DeviceType_e  a_dt,
const char *  a_text 
) [inline]

Definition at line 55 of file scsi_err.cpp.

00056     : m_dt(a_dt), m_text(a_text) {
00057         // Empty
00058     }


Member Data Documentation

Definition at line 52 of file scsi_err.cpp.

Referenced by scsi_GetDeviceTypeText().

Definition at line 53 of file scsi_err.cpp.

Referenced by scsi_GetDeviceTypeText().


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