GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LCBT / V1-4-1

Constituent: trace     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LCBT_printf.c File Reference

Basic printf for output and error text in LCBT module. More...

#include "PBS/PBS.h"
#include "PBS/MBA.h"
#include "PBS/CACHE.h"
#include "PBS/WCT.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>

Include dependency graph for LCBT_printf.c:

Include dependency graph

Functions

void LCBT_printOut (const char *format,...)
 replaces printf() thru macro and send to "output" device

void LCBT_printErr (const char *format,...)
 replaces _printf() thru macro and send text to "error" device


Detailed Description

Basic printf for output and error text in LCBT module.

Author:
Ed Bacho -- ebacho@slac.stanford.edu

Function Documentation

void LCBT_printErr const char *  format,
... 
 

replaces _printf() thru macro and send text to "error" device

Parameters:
format standard _printf format string
... standard vargs for printf
Returns:
none
This routine replaces _printf() thru a macro to direct "error text to proper device. It adds an "ERROR" and timestamp prefix to the text.

void LCBT_printOut const char *  format,
... 
 

replaces printf() thru macro and send to "output" device

Parameters:
format standard printf format string
... standard vargs for printf
Returns:
none
This routine replaces printf() thru a macro to direct "output" text to proper device.


Generated on Wed Jan 19 21:39:44 2005 by doxygen 1.3.3