/* Copyright 2015 MBARI							*/
/************************************************************************/
/* Summary  : Include file for Debug routines for MVConv Board		*/
/* Filename : mvdebug.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : xFOCE							*/
/* Revision: 1.0							*/
/* Created  : 04/10/2015						*/
/*									    */
/* 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:						*/
/* 10apr2015 rah - created						*/
/************************************************************************/

#ifndef MVDEBUG_H
#define MVDEBUG_H


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

void	debugMenu(int port);
int	setDebugLevel(int port, unsigned int level);
unsigned int getDebugLevel(void);
int	dbgPrint(const char *format, ...);

#endif 
