c--- file: QIO_STRUCTURE.INC ------------------------------------------------- c c Personal Astronomical WorkStation Library V0.3 28Aug88 c (C) Copyright 1988 Kenneth John Mighell c All Rights Reserved c c ***** PAWS_LIB include file ***** STRUCTURE /QIO_STRUCTURE/ BYTE BUFFER(2050) INTEGER*4 BUFFER_SIZE INTEGER*4 POINTER INTEGER*4 OUTPUT_CHANNEL INTEGER*4 EVENT_FLAG LOGICAL*2 FIRST_TIME END STRUCTURE c--- end of file -------------------------------------------------------------