/************************************************************************/
/* Copyright 2015-2018 MBARI                                            */
/************************************************************************/
/* Summary  : Include file for BEDS2 diagnostic							*/
/* Filename : bedsDiag.h												*/
/* Author   : Robert Herlien (rah)                                      */
/* Project  : BEDS2                                                     */
/* Revision: 1.0                                                        */
/* Created  : 03/09/2018 from o5debug.c (Oasis5)						*/
/*                                                                          */
/* 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:                                                */
/* 11feb2016 rah - created o5debug.h from mvdebug.h FOCE project		*/
/* 09mar2018 rah - created from o5debug.h on Oasis5						*/
/************************************************************************/

#ifndef BEDSDIAG_H
#define BEDSDIAG_H

#include <beds.h>


/********************************/
/*  Typedefs and Defines        */
/********************************/

/* Return codes from function execution         */
#define CONTINUE 0
#define EXIT    (-2)


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

CmdRtn	bedsDiagnostic(int argc, char **argv);

#endif 
