/*************************************************************************** * Copyright (C) 1994 Charles P. Peterson * * 4007 Enchanted Sun, San Antonio, Texas 78244-1254 * * Email: Charles_P_Peterson@fcircus.sat.tx.us * * * * This is free software with NO WARRANTY. * * See gfft.c, or run program itself, for details. * * Support is available for a fee. * *************************************************************************** * * Program: gfft--General FFT analysis * File: messages.h * Purpose: message strings * Author: Charles Peterson (CPP) * History: 6-August-1993 CPP; Created. * 6-July-1994 CPP (0.73); Changed 'About' message * 10-July-1994 CPP (1.00); First major release version * 27-July-1994 CPP (1.03); added 'f' FPU designation * 10-Feb-1995 CPP (1.35); Updated help & question messages * * Comments: In case an alternate language is desired for messages, * only this include should have to be modified. * * Only spaces should be used for whitespace (no tabs). * Linefeeds are normally provided by output functions. * * *** IMPORTANT *** * ** This is only intended to be included by message.c ** * ** The purpose is to locate all strings in one file. ** */ /* * the first two definitions are modified for BETA version */ const char NameAuthor[] = "GFFT Version CPP-"; /* const char NameAuthor[] = "GFFT Version BETA-"; */ static const char version[] = {'$','V','E','R',':',' ','C','P','P','/', /*static const char version[] = {'$','V','E','R',':',' ','B','E','T','A','/', */ 'G','F','F','T',' '}; /* no NULL here; terminated later */ /* The version number is variable length x.y */ const char VersionData[] = {'2','.','0','3'}; /* no NULL here */ #ifdef _M68881 static const char fast_char = {'f'}; /* no NULL here */ #endif static const char filler_space[] = {' '}; /* no NULL here */ #ifdef AMIGA /* const char CompileDate[] = __AMIGADATE__; /* bug after October! */ const char CompileDate[] = "(2.1.96)"; /* NULL terminated */ #else const char CompileDate[] = "(x.x.96)"; /* NULL terminated */ #endif const char Copyright[] = {'C','o','p','y','r','i','g','h','t',' '}; /* no NULL here; terminated later */ #ifdef AMIGA const char CopyrightSymbol[] = {(unsigned char) 169}; #else const char CopyrightSymbol[] = {'(','c',')'}; #endif static const char copyright_conclusion[] = " 1996 Charles P. Peterson"; /* Null terminated here */ char *HelpPathList[] = HELP_PATH_LIST; /* From Xdef.h where X is system */ /* * Author strings is specially formatted for output by author() and * about_message ()... * Blocks of up to 6 text strings, separated by one line containing one * blank. */ char *Author_Strings[] = { " ", "Author: Charles P. Peterson", "Email: Charles_P_Peterson@fcircus.sat.tx.us", "Address: 4007 Enchanted Sun, San Antonio, TX 78244-1254 USA", " ", "Cash donations in ANY amount will help support this product.", "$10 minimum is suggested. For $25 you can get an FPU optimized", "binary and notification of the next release (see README).", " ", NULL}; static char *banner_strings[] = { /* IMPORTANT! * Do not modify the following in any way that would obscure the * copyright notice and information about the ABSOLUTELY NO WARRANTY and * the (NO) WARRANTY and COPYING commands. To do so might be a violation * of the GNU General Public License under which this software is * distributed. */ "\n", " There is ABSOLUTELY NO WARRANTY; enter NOWARRANTY for details", " You may give out copies of GFFT; enter COPYING for conditions", " Please support this product--order services or donate", " For further information and the author\'s address, enter ABOUT", " Enter HELP for help", " ", NULL}; static char *help_prolog_strings[] = { "The following commands and options are available in this program:", " ", NULL}; static char *help_epilog_strings[] = { " ", "Any command may be abbreviated to its shortest unambiguous string.", "Commands are not case sensitive in this program.", " ", "For help on any particular command, enter: HELP ", "For list of additional help topics, enter: HELP TOPICS", "For an introduction to GFFT, enter: HELP INTRODUCTION", " ", "Hint: to begin processing after desired parameters have been modified,", "enter the OK command. For example:", " ", " gfft> READ mysample", " gfft> BINS 1024", " gfft> OK", " ", "This would read the sample file mysample, compute an FFT with 1024 bins,", "write the spectrum to a temporary file, and plot it." " ", NULL}; static char *question_message_strings[] = { " ", "Batch Format: GFFT [READ ] [WRITE ] [{