/****************************************************************************/
/* Copyright 2003-2012 MBARI												*/
/****************************************************************************/
/* Summary	: Definitions for Event Cycle for BEDS on Persistor CF2			*/
/* Filename : event.h														*/
/* Author	: Robert Herlien (rah)											*/
/* Project	: BEDS (Benthic Event Detection System)							*/	
/* Revision : 1.0															*/
/* Created	: 11/28/2012													*/
/*																			*/
/* 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:													*/
/* 28nov2012 rah - created													*/
/****************************************************************************/

#ifndef INCeventh
#define INCeventh		1


/****************************************/
/* Function Declarations				*/
/****************************************/

Errno	eventInit(Void);
Errno	eventCycle(Void);

#endif	/* INCeventh */
