ftp.nice.ch/pub/next/system/driver/ieee488/IEEE-488Driver.0.9.s.tar.gz#/IEEE488Driver0.9/IEEE488Inspector.h

This is IEEE488Inspector.h in view mode; [Download] [Up]

/*
 * IEEE488 Driver Inspector interface
 * Copyright (C) 1995  W. Eric Norum
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 * 
 * W. Eric Norum
 * Saskatchewan Accelerator Laboratory
 * University of Saskatchewan
 * 107 North Road
 * Saskatoon, Saskatchewan, CANADA
 * S7N 5C6
 * 
 * eric@skatter.usask.ca
 */

#import <driverkit/IODeviceInspector.h>
#import <driverkit/IODeviceMaster.h>
#import <driverkit/driverTypes.h>

@interface IEEE488Inspector:IODeviceInspector
{
	/*
	 * Communication with driver
	 */
	IODeviceMaster	*deviceMaster;
	IOObjectNumber	deviceObjectNumber;

	/*
	 * Parameters
	 */
	id				ieee488View;
	unsigned int	gpibController;
	char			gpibControllerString[20];
	id				gpibControllerSelector;
	unsigned int	timeLimitCode;
	char			timeLimitString[20];
	id				timeLimitSelector;
}

- gpibControllerChanged:sender;
- timeLimitChanged:sender;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.