#ifndef CVGUI_H #define CVGUI_H double cvt(short curr,short des,double pt); long get_ascii_in(char filein[],char fileout[]); long get_bluebook_in(char filein[],char fileout[]); int check_printer(void); int manual_input(char file[]); int FileExists(int opt); int GetInputType(void); int GetInput(void); int QuitWindow(void); int check_printer(void); int ConvertToDecDeg(double *value,char *str); int GetLatLon(double *lat, double *lon, char *latin, char *lonin); int Disclaimer(void); short GetHeader(void); short Get3DLL(char *title, char *lat, char *lon, char *hgt, char *name); short Get2DLL(char *title, char *lat, char *lon, char *name); short GetXYZ(char *title, char *x, char *y, char *z, char *name); short GetXY(char *title, char *x, char *y, char *name); short GetUTMZone(int *zone); short GetVertical(short *old); short GetHorizontal(short *old); short GetUnits(short *old); short ConvertVertical(char file[]); char *GetInputType(short opt); char *GetAbbrev(short opt,int zone); char *GetHoriz(short opt,short inout); char *GetVert(short opt,short inout); char *GetUnitStr(short opt); void DD_to_DMS(double dd, char *sign,int *deg, int *min, double *sec); void to_console(char file[],long NREC); void to_printfile(char file[],long NREC); void to_datafile(char file[],long NREC); void to_printer(char file[],long NREC); void convert(void); void SendDataSetup(int choice); void SendDataSetupInit(int choice); void BuildBatch(void); void ClearConsole(void); void SetFormat(short opt); void SetConsole(void); void rw_config(short rw); void RefreshMain(short opt); void ToConsoleBar(void); void HelpBar(void); void SetUp(void); void ChangeOutput(int& current); void WriteOutType(int current); void MainBar(void); void FilesBar(void); void QuitBar(void); void ESCBar(void); void to_printer(char *file); void help(void); #endif