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.h Source File

ra_error.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/librasch/include/ra_error.h,v 1.12 2004/12/22 14:36:13 rasch Exp $
00015  *
00016  *--------------------------------------------------------------------------*/
00017 
00018 #ifndef RA_ERROR_H
00019 #define RA_ERROR_H
00020 
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024 
00025 #define RA_ERR_NONE                     1
00026 #define RA_ERR_ERROR                    2
00027 #define RA_ERR_READ_CONFIG              3
00028 #define RA_ERR_LOAD_PLUGINS             4
00029 #define RA_ERR_UNSUP_FORMAT             5
00030 #define RA_ERR_UNKNOWN_PLUGIN           6
00031 #define RA_ERR_PL_API_NOT_AVAIL         7
00032 #define RA_ERR_UNKNOWN_HANDLE           8
00033 #define RA_ERR_UNKNOWN_INFO             9
00034 #define RA_ERR_OUT_OF_RANGE            10
00035 #define RA_ERR_UNSUPPORTED             11
00036 #define RA_ERR_WRONG_HANDLE            12
00037 #define RA_ERR_READ_EVAL               13
00038 #define RA_ERR_WRONG_EVENT_TYPE        14
00039 #define RA_ERR_UNKNOWN_EV_PROP         15
00040 #define RA_ERR_UNKNOWN_EV_SET          16
00041 #define RA_ERR_WRONG_EV_PROP           17
00042 #define RA_ERR_TEMPL_NOT_FOUND         18
00043 #define RA_ERR_EVAL_FILE_CORRUPT       19
00044 #define RA_ERR_PLUGIN_MISSING          20
00045 #define RA_ERR_MEAS_CORRUPT            21
00046 #define RA_ERR_INFO_MISSING            22
00047 #define RA_ERR_EV_PROP_MISSING         23
00048 #define RA_ERR_OPTION_UNKNOWN          24
00049 #define RA_ERR_SIGNAL_NOT_AVAIL        25
00050 #define RA_ERR_OPTION_NO_OFFSET        26
00051 #define RA_ERR_ERROR_INTERNAL          27
00052 #define RA_ERR_INTERNAL_PLUGIN_ERROR   28
00053 #define RA_ERR_WRONG_INPUT             29
00054 #define RA_ERR_ALGORITHM               30
00055 #define RA_ERR_UNKNOWN                 31
00056 #define RA_ERR_MEAS_MISSING_INFO       32
00057 #define RA_ERR_EVAL_WRONG_TYPE         33
00058 
00059 
00060 #define RA_WARNING                    999
00061 #define RA_WARN_NO_DATA              1000
00062 #define RA_WARN_NO_CONFIG_FILE       1001
00063 #define RA_WARN_NO_DEFAULT_EVAL      1002
00064 
00065 #ifdef __cplusplus
00066 }
00067 #endif
00068 
00069 #endif /* RA_ERROR_H */

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