/************************************************************************/
/* Copyright 2013 MBARI							*/
/************************************************************************/
/* Summary  : Definitions for Menu-driven test program for snLib	*/
/* Filename : snTest.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : xFOCE							*/
/* Revision: 1.0							*/
/* Created  : 05/28/2013						*/
/*									    */
/* 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:						*/
/* 28may2013 rah - created						*/
/************************************************************************/

#ifndef INCsnTesth
#define INCsnTesth

#include <modbus.h>
#include <sensorNode.h>


/****************************************/
/* Typedefs and definitions		*/
/****************************************/

/****************************************/
/* Function declarations		*/
/****************************************/

#endif	/* INCsnLibh */
