The Pedigree Project  0.1
Public Member Functions | Public Attributes | List of all members
ScsiCommands::SendDiagnostic Class Reference
+ Inheritance diagram for ScsiCommands::SendDiagnostic:
+ Collaboration diagram for ScsiCommands::SendDiagnostic:

Public Member Functions

 SendDiagnostic (bool selfTest, uint8_t selfTestCode=0, uintptr_t params=0, size_t paramLen=0, bool deviceOffline=false, bool unitOffline=false, uint8_t ctl=0)
 
virtual size_t serialise (uintptr_t &addr)
 

Public Attributes

struct {
   uint8_t   opcode
 
   uint32_t   unitOffline: 1
 
   uint32_t   devOffline: 1
 
   uint32_t   selfTest: 1
 
   uint32_t   rsvd1: 1
 
   uint32_t   pf: 1
 
   uint32_t   selfTestCode: 3
 
   uint8_t   rsvd2
 
   uint16_t   paramListLen
 
   uint8_t   control
 
command
 

Detailed Description

Definition at line 107 of file ScsiCommands.h.


The documentation for this class was generated from the following files: