Uses of Class
dioscuri.module.ata.ATATranslationType

Packages that use ATATranslationType
dioscuri.module   
dioscuri.module.ata   
 

Uses of ATATranslationType in dioscuri.module
 

Methods in dioscuri.module with parameters of type ATATranslationType
abstract  void ModuleATA.initConfig(int theIdeChannel, boolean isMaster, boolean isHardDisk, boolean isWriteProtected, int numCylinders, int numHeads, int numSectorsPerTrack, ATATranslationType translationType, java.lang.String imageFilePath)
          Initiate configuration of the disk drive.
 

Uses of ATATranslationType in dioscuri.module.ata
 

Fields in dioscuri.module.ata declared as ATATranslationType
protected  ATATranslationType ATADrive.translationType
           
 

Methods in dioscuri.module.ata that return ATATranslationType
 ATATranslationType ATADrive.getTranslationType()
           
static ATATranslationType ATATranslationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ATATranslationType[] ATATranslationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dioscuri.module.ata with parameters of type ATATranslationType
 void ATA.initConfig(int theIdeChannel, boolean isMaster, boolean isHardDisk, boolean isWriteProtected, int numCylinders, int numHeads, int numSectorsPerTrack, ATATranslationType translationType, java.lang.String imageFilePath)
          Initiate configuration of the disk drive.
 void ATADrive.setTranslationType(ATATranslationType translationType)