/************************************************************************/
/* Copyright 2015-2016 MBARI                                            */
/************************************************************************/
/* Summary  : Include file for Oasis5 file test routines				*/
/* Filename : fileTest.h                                                */
/* Author   : Robert Herlien (rah)                                      */
/* Project  : Oasis5                                                    */
/* Revision: 1.0                                                        */
/* Created  : 06/29/2016 from o5debug.h (FOCE)                          */
/*                                                                          */
/* 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 from mvdebug.h FOCE project                  */
/* 39jun2016 rah - created from o5debug.h								*/
/************************************************************************/

#ifndef FILETEST_H
#define FILETEST_H

#include <GenericTypeDefs.h>


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

int fileTest(int port);

#endif 
