/************************************************************************/
/* Copyright 200-2012 MBARI						*/
/************************************************************************/
/* Summary  : Definitions for BEDS command processor			*/
/* Filename : bedsUI.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : Benthic Event Detection System (BEDS)			*/
/* Revision : 1.0							*/
/* Created  : 09/17/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:						*/
/* 17sep2012 rah - created from Persistor "toPico" stationery and Oasis */
/* $Log$
*/
/************************************************************************/

#ifndef INCbedsUIh
#define INCbedsUIh	1

#include <mbariTypes.h>
#include <mbariConst.h>

#define DBG_PRIV	100
#define MODEM_PRIV	5


/****************************************/
/* Function Declarations		*/
/****************************************/

Void	runUI(Nat16 privLevel);

#endif	/* INCbedsUIh */
