/****************************************************************************/
/* Copyright 1992 to 1993, MBARI                                            */
/****************************************************************************/
/* Summary  : IBC Subsystem Function Interface Module for VxWorks           */
/* Filename : ibc.h                                                         */
/* Author   : Andrew Pearce                                                 */
/* Project  : New ROV                                                       */
/* Version  : Version 1.0                                                   */
/* Created  : 04/08/93                                                      */
/* Modified : 06/08/93                                                      */
/* Archived :                                                               */
/****************************************************************************/
/* Modification History:                                                    */
/* $Header: ibc.h,v 1.1 93/07/01 14:38:14 pean Exp $
 * $Log:        ibc.h,v $
 * Revision 1.1  93/07/01  14:38:14  14:38:14  pean (Andrew Pearce)
 * Initial revision
 *
 *
 */
/****************************************************************************/

#ifdef INCLUDE_PROTOTYPES


#ifdef __STDC__

STATUS ibcCpuGetCardConfig( sio32Chan *IBC_SerialChan, ibcCardConfig *ibcCards);

STATUS ibcCpuGetHumidity( sio32Chan *IBC_SerialChan, Int16 *humidity );

STATUS ibcCpuSetHumidityThresh( sio32Chan *IBC_SerialChan,
           Int16 humidityWarnThresh, Int16 humidityAlarmThresh );

STATUS ibcCpuGetHumidityThresh( sio32Chan *IBC_SerialChan,
           Int16 *humidityWarnThresh, Int16 *humidityAlarmThresh );

STATUS ibcCpuGetHumidityAlarm( sio32Chan *IBC_SerialChan, MBool *humidityAlarm);

#endif /* __STDC__ */

#endif /* INCLUDE_PROTOTYPES */



