/**************************************************************************************************/
/* LOW VOLTAGE LOAD SWITCHER BOARD																  */
/* Copyright 2012 MBARI.                                                    					  */
/* MBARI Proprietary Information. All rights reserved.                      					  */
/* FILENAME:		conditions.h																  */
/* DESCRIPTION:		This file contains prototypes for functions relating to the retrieval of over */
/*					current, over voltage, and under voltage conditions on the scientific 		  */
/*					instruments.																  */
/* FUNCTION LIST:	condOverCurr(int channel)													  */
/*					condOverVolt(int channel)													  */
/*					condUnderVolt(int channel)													  */
/**************************************************************************************************/

int condOverCurr(int channel);
int condOverVolt(int channel);
int condUnderVolt(int channel);