GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBC / V4-12-1

Constituent: pbc_bootshell     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

PBC.h File Reference

PBC public header. More...

This graph shows which files directly or indirectly include this file:


Defines

#define PBC_LOG(__e__, __m__)   PBC_ErrorLog((__e__))
 Convience macro for PBC_LogError().

Functions

void PBC_ErrorLog (const int errorCode)
 Log error message in primary boot code.

Detailed Description

PBC public header.

PBC public header. Defines routines provided by PBC.

Log
PBC.h,v
Revision 1.5 2005/05/02 20:48:30 dmay add ifdef __cplusplus; update some comments

Revision 1.4 2004/09/01 20:25:29 dmay remove message, line, and function from PBC_ErrorLog() in non-DEBUG builds

Revision 1.3 2004/07/26 14:20:21 dmay remove PBC_Reset prototype

Revision 1.2 2004/01/29 17:45:48 ray fixed error logging name update documentation

Revision 1.1 2003/12/11 16:30:00 ray initial revision


Define Documentation

#define PBC_LOG __e__,
__m__   )     PBC_ErrorLog((__e__))
 

Convience macro for PBC_LogError().

Provides a convience to call PBC_LogError() with __LINE__ and __FILE__ automatically inserted.

Parameters:
__e__ 32-bit error code
__m__ Text message (only used during debug)


Function Documentation

void PBC_ErrorLog const int  errorCode  ) 
 

Log error message in primary boot code.

Right now, just print out to the screen. Later, we will log the errors in telemetry.

Parameters:
errorCode Integer error code from PBC_msg.h


Generated on Mon Aug 7 22:06:24 2006 by  doxygen 1.4.4