Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Class and Description |
---|---|
class |
MemDriver
This is the device driver for the MEM device.
|
class |
NfaDriver
The Native File Access device driver class that allows SMSQE to access native files.
|
class |
SfaDriver
The SMSQE File Access device driver class that allows SMSQE access to SMSQE type files (with header) on a native drive.
|
class |
WinDriver
This is the device driver enabling SMSQmulator to read QXL.Win files.
|
class |
XfaDriver
The File Access device driver template class that allows SMSQE to access native files.
|
Modifier and Type | Method and Description |
---|---|
void |
TrapDispatcher.register(DeviceDriver dd)
Registers a device driver with this handler.
|