/************************************************************************/
/* Copyright 2003-2012 MBARI						*/
/************************************************************************/
/* Summary  : Definitions for parsing the config file for BEDS		*/
/* Filename : config.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : BEDS (Benthic Event Detection System)			*/	
/* Revision : 1.0							*/
/* Created  : 10/12/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.            */
/*									    */
/************************************************************************/

#ifndef INCconfigh
#define INCconfigh	1

#include <mbariTypes.h>
#include <stdio.h>


#define CFG_FILE	"BEDS.CFG"


/****************************************/
/* Function Declarations		*/
/****************************************/

Errno	parseConfigFile(char *cfgFileName);
Int32	getOneConfigLine(FILE *fp, char *buf, int buflen);
Void    checkPlatDepIDs(void);

#endif	/* INCconfigh */
