TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:52 2007
libRASCH: ra_error_txt.h Source File

ra_error_txt.h

Go to the documentation of this file.
00001 
00009 /*----------------------------------------------------------------------------
00010  *
00011  * Copyright (C) 2003, Raphael Schneider
00012  * See the file COPYING for information on usage and redistribution.
00013  *
00014  * $Header: /home/cvs_repos.bak/librasch/include/ra_error_txt.h,v 1.12 2004/12/22 14:36:13 rasch Exp $
00015  *
00016  *--------------------------------------------------------------------------*/
00017 
00018 #ifndef RA_ERROR_TXT_H
00019 #define RA_ERROR_TXT_H
00020 
00021 
00022 static char *ra_error_text[] = {
00023         gettext_noop("no error"),               /* 1 */
00024         gettext_noop("unspecific error (maybe internal)"), /* 2 */
00025         gettext_noop("error reading config-file"), /* 3 */
00026         gettext_noop("error loading plugins"), /* 4 */
00027         gettext_noop("not supported format"),   /* 5 */
00028         gettext_noop("unknown plugin"), /* 6 */
00029         gettext_noop("needed plugin function is not available"), /* 7 */
00030         gettext_noop("unknown handle"), /* 8 */
00031         gettext_noop("not handled/not supported info"), /* 9 */
00032         gettext_noop("a input parameter is out of range"), /* 10 */
00033         gettext_noop("functionality not supported (planned for future versions)"), /* 11 */
00034         gettext_noop("wrong handle was used"), /* 12 */
00035         gettext_noop("error reading evaluation"), /* 13 */
00036         gettext_noop("info for used event-type not available"), /* 14 */
00037         gettext_noop("event property is not known/out of range"), /* 15 */
00038         gettext_noop("event set is not known/out of range"), /* 16 */
00039         gettext_noop("wrong event-property was used"), /* 17 */
00040         gettext_noop("template number was not found"), /* 18 */
00041         gettext_noop("structure of evaluation file is corrupt"), /* 19 */
00042         gettext_noop("a needed plugin is not available"), /* 20 */
00043         gettext_noop("one of the measurement files is missing or corrupt"), /* 21 */
00044         gettext_noop("a needed information is missing"), /* 22 */
00045         gettext_noop("at least one needed event-property is not available"), /* 23 */
00046         gettext_noop("the option is unknown"), /* 24 */
00047         gettext_noop("the needed signal is not available in the measurement"), /* 25 */
00048         gettext_noop("serious internal error: an offset for an option was not set"), /* 26 */
00049         gettext_noop("internal error"), /* 27 */
00050         gettext_noop("internal error in plugin"), /* 28 */
00051         gettext_noop("function argument(s) wrong"), /* 29 */
00052         gettext_noop("data cause to a state in the algorithm which should not happen"), /* 30 */
00053         gettext_noop("saving data to file failed"), /* 31 */
00054         gettext_noop("a needed information is missing in the measurement file(s)"), /* 32 */
00055         gettext_noop("the type of the evaluation is wrong"), /* 33 */
00056 };
00057 
00058 static int ra_num_error_text = sizeof(ra_error_text) / sizeof(ra_error_text[0]);
00059 
00060 
00061 static char *ra_warning_text[] = {
00062         gettext_noop("no data/events available for processing"), /* 1000 */
00063         gettext_noop("no config-file was found"), /* 1001 */
00064         gettext_noop("no default evaluation available"), /* 1002 */
00065 };
00066 
00067 static int ra_num_warning_text = sizeof(ra_warning_text) / sizeof(ra_warning_text[0]);
00068 
00069 #endif /* RA_ERROR_TXT_H */

Generated on Fri May 27 11:32:39 2005 for libRASCH by  doxygen 1.4.2