blob: 8023068b32d0e44a0faf691ca68cf1dceb508270 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
UNIX IRAF/FIO device driver for the IIS Model 70
(will probably also work for the model 75). 11/85 dct
----------------------------------------------------------------------
This directory contains the IRAF/FIO driver subroutines for the IIS Model 70
image display on UNIX. On a UNIX system the ZIFOBF (binary file) driver is
used to access the display, hence the subroutines herein merely map the calls
into the corresponding BF procedures.
Driver Procedures:
zopm70 -- open + allocate
zclm70 -- close + deallocate
zrdm70 -- asynchronous binary read
zwrm70 -- asynchronous binary write
zwtm70 -- wait for i/o completion, return status
zstm70 -- get device status
|