ftp.nice.ch/pub/next/developer/resources/libraries/LGDCommunicationKit.1.0.N.a.tar.gz#/LGDCommunicationKit-1.0/Examples/self-test/test_suite.h

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

//
// test_suite.h
// LGDCommunicationKit Examples, Release 1.0 (prerelease)
//
// Copyright (c) 1993, Looking Glass Design, Inc.
// All rights reserved.
//
// Project Manager:  Paul Girone
// Original Author:  Mike Gobbi
// Creation Date:    June 26, 1993
// $Revision: 1.2 $
//

#import <lgd/commkit/LGDSerialPort.h>

// All functions assume that the device has been set using -setDevice:

// These two functions assume that the device is neither locked not open
int test_locking(LGDSerialPort *port);
int test_connecting(LGDSerialPort *port);

// These functions assume that the device is locked and open
int test_blocks(LGDSerialPort *port);
int test_strings(LGDSerialPort *port);
int test_characters(LGDSerialPort *port);
int test_flushing(LGDSerialPort *port);
int test_settings(LGDSerialPort *port);
int test_signals(LGDSerialPort *port);

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