awips2/nativeLib/rary.ohd.util/inc/degrib_inc/commands.h
root 06a8b51d6d Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 64fa9254b946eae7e61bbc3f513b7c3696c4f54f
2012-01-06 08:55:05 -06:00

31 lines
960 B
C

/*****************************************************************************
* commands.h
*
* DESCRIPTION
* This file contains the code for the main command type options. This is
* mostly a consolidation of what was in "cstart.c" and the "tcldegrib.c".
*
* HISTORY
* 8/2003 Arthur Taylor (MDL / RSIS): Created.
*
* NOTES
*****************************************************************************
*/
#ifndef COMMANDS_H
#define COMMANDS_H
#include "degrib_inc/userparse.h"
#include "degrib_inc/meta.h"
#include "degrib_inc/degrib2.h"
int Grib2Convert (userType * usr, FILE * grib_fp, IS_dataType *is,
grib_MetaData *meta);
int GetOutputName (userType * usr, grib_MetaData * meta, char **buffer,
int *buffLen);
int MainConvert (userType * usr, IS_dataType * is, grib_MetaData * meta,
double *Data, long int DataLen, int f_unit, int f_fstMsg);
int DegribIt (userType * usr);
#endif