/************************************************************************/
/* Copyright 200-2012 MBARI						*/
/************************************************************************/
/* Summary  : Definitions for BEDS commands				*/
/* Filename : bedsCmd.h							*/
/* Author   : Robert Herlien (rah)					*/
/* Project  : Benthic Event Detection System (BEDS)			*/
/* Revision : 1.0							*/
/* Created  : 09/17/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.            */
/*									    */
/************************************************************************/
/* Modification History:						*/
/* 17sep2012 rah - created from Persistor "toPico" stationery and Oasis */
/* $Log$
*/
/************************************************************************/

#ifndef INCbedsCmdh
#define INCbedsCmdh	1

typedef enum {ZMODEM, KERMIT, YMODEM}  SendProtocol;


/****************************************/
/* Function Declarations		*/
/****************************************/

int	argIndex(int nargs, ...);
char	*QuitCmd(CmdInfoPtr cip);
char	*BEDSResetCmd(CmdInfoPtr cip);
char	*BEDSRecoverCmd(CmdInfoPtr cip);
char	*SyslogCmd(CmdInfoPtr cip);
char	*EventCmd(CmdInfoPtr cip);
char	*WatchCmd(CmdInfoPtr cip);
char	*DecimateCmd(CmdInfoPtr cip);
char	*DeployCmd(CmdInfoPtr cip);
char	*AnalogCmd(CmdInfoPtr cip);
char	*SysRecCmd(CmdInfoPtr cip);
char	*YSWCmd(CmdInfoPtr cip);
char	*ZSCmd(CmdInfoPtr cip);
char	*KSCmd(CmdInfoPtr cip);
#ifdef DEBUG_TIME
char	*TimeTestCmd(CmdInfoPtr cip);
char	*DurTestCmd(CmdInfoPtr cip);
#endif

#endif	/* INCbedsCmdh */
