From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/tv/display/zardim.x | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkg/images/tv/display/zardim.x (limited to 'pkg/images/tv/display/zardim.x') diff --git a/pkg/images/tv/display/zardim.x b/pkg/images/tv/display/zardim.x new file mode 100644 index 00000000..e09c4b10 --- /dev/null +++ b/pkg/images/tv/display/zardim.x @@ -0,0 +1,21 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +include "zdisplay.h" + +# ZARDIM -- Read data from a binary file display device. + +procedure zardim (chan, buf, nbytes, offset) + +int chan[ARB] +short buf[ARB] +int nbytes +long offset +int device + +begin + device = chan[1] / DEVCODE + switch (device) { + case IIS_CHAN: + call iisrd (chan, buf, nbytes, offset) + } +end -- cgit