/************************************************************************/
/* Copyright 1991-2016 MBARI												*/
/************************************************************************/
/* Summary	: Definitions for the OASIS5 Sensor Module					*/
/* Filename : sensors.h													*/
/* Author	: Robert Herlien (rah)										*/
/* Project	: OASIS Mooring Replacement (OASIS3)						*/
/* Revision: 1.0														*/
/* Created	: 28 july 2016												*/
/*																			*/
/* MBARI provides this documentation and code "as is", with no warranty,	*/
/* express or implied, of its quality or consistency. It is provided without*/
/* support and without obligation on the part of the Monterey Bay Aquarium	*/
/* Research Institute to assist in its use, correction, modification, or	*/
/* enhancement. This information should not be published or distributed to	*/
/* third parties without specific written permission from MBARI.			*/
/*																			*/
/************************************************************************/
/* Modification History:												*/
/* 27feb2003 rah - created												*/
/* 28jul2016 rah - created OASIS5 version from OASIS version			*/
/************************************************************************/

#ifndef INCsensorsh
#define INCsensorsh		1

/****************************************/
/* Function Declarations				*/
/****************************************/

void	analog_drv(Driver *dp);
void	onoff_drv(Driver *dp);
void	pswitch_drv(Driver *dp);

#endif /* INCsensorsh */
