![]()  | 
  
    My Project
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | omErrorString_s | 
Functions | |
| const char * | omError2String (omError_t error) | 
| const char * | omError2Serror (omError_t error) | 
| omError_t | omReportError (omError_t error, omError_t report_error, OM_FLR_DECL, const char *fmt,...) | 
| void | omErrorBreak () | 
Variables | |
| omError_t | om_ErrorStatus = omError_NoError | 
| omError_t | om_InternalErrorStatus = omError_NoError | 
| static const struct omErrorString_s | om_ErrorStrings [] | 
| int | om_CallErrorHook = 1 | 
| struct omErrorString_s | 
| omError_t omReportError | ( | omError_t | error, | 
| omError_t | report_error, | ||
| OM_FLR_DECL | , | ||
| const char * | fmt, | ||
| ... | |||
| ) | 
Definition at line 80 of file omError.c.
| omError_t om_ErrorStatus = omError_NoError | 
      
  | 
  static | 
| omError_t om_InternalErrorStatus = omError_NoError |