ProviewR Programmer's Reference Manual  V7.0.0
Enumerations | Functions
rt_errh.h File Reference

Include file for Errh System log messages. More...

#include "rt_qcom.h"
#include "rt_errl.h"

Go to the source code of this file.

Enumerations

enum  errh_eSeverity
 
enum  errh_eAnix
 
enum  errh_eMsgType { errh_eMsgType_Log = 1 , errh_eMsgType_Status = 2 }
 

Functions

pwr_tStatus errh_Init (const char *programName, errh_eAnix anix)
 Initialize errh. Set up a queue to write to, set application name. More...
 
void errh_SetStatus (pwr_tStatus sts)
 Set application status. The application status is showed in the Node graph. The application can set this status with a call to errh_SetStatus. The status should be defined in the message file. More...
 
void errh_Fatal (const char *msg,...)
 Log a fatal message. The function has a variable argument list similar to sprintf. More...
 
void errh_Error (const char *msg,...)
 Log an error message. The function has a variable argument list similar to sprintf. More...
 
void errh_Warning (const char *msg,...)
 Log a warning message. The function has a variable argument list similar to sprintf. More...
 
void errh_Info (const char *msg,...)
 Log an info message. The function has a variable argument list similar to sprintf. More...
 
void errh_Success (const char *msg,...)
 Log a success message. The function has a variable argument list similar to sprintf. More...
 
errh_eAnix errh_Anix (void)
 Get application index for the process. More...
 
void errh_SetAnix (errh_eAnix anix)
 Set application index for the process.
 
void errh_SetName (char *name)
 Set application name for the process.
 

Detailed Description

Include file for Errh System log messages.

Definition in file rt_errh.h.