ftp.nice.ch/pub/next/tools/ups/GACUPS.1.0.NIHS.bs.tar.gz#/GACUPS/Source/UPSController.h

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

/* Written 8/12/93 by Max Hailperin <max@nic.gac.edu>, Math/CS department,
   Gustavus Adolphus College.  Public domain, no warranty.  Please share
   any improvements with me.  */

#import <objc/Object.h>

@interface UPSController:Object
{
}

-initOn: (const char *)tty;
-(int)systemMode:(int*)systemMode inverterStatus:(int*)inverterStatus
      alarmStatus:(int*)alarmStatus ACInputVolts:(int*)ACInputVolts
      ACOutputVolts:(int*)ACOutputVolts
      ACOutputDeciAmperes:(int*)ACOutputDeciAmperes ACLoadVA:(int*)ACLoadVA
      batteryDeciVolts:(int*)batteryDeciVolts deciHertz:(int*)deciHertz
      minutes:(int*)minutes ambientTemp:(int*)ambientTemp
      ROMVersion:(int*)ROMVersion time:(int*)time;

@end

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