GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > MSG / V3-1-1

Constituent: msg_print     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

MSG_printProc.c File Reference

A message output processor ... a simple printer. More...

#include <stdio.h>
#include <string.h>
#include <time.h>
#include "CDM/CDM_pubdefs.h"
#include "MPP_DB/MPP_DB_schema.h"
#include "PBS/WCT.h"
#include "MSG/MSG_pubdefs.h"
#include "MSG/MSG_printProc.h"

Include dependency graph for MSG_printProc.c:


Functions

void MSG_print (MSG_OutputModes mode, void *prm, const MSG_Message *msg)
 Output processor callback routine to simply print messages.
unsigned int MSG_printOptions (unsigned int mask, unsigned int valu)
 Selective set and clear of print processor options.

Variables

static unsigned int MSG_printOpts
 Print output processor options.

Detailed Description

A message output processor ... a simple printer.

CVS $Id: MSG_printProc.c,v 1.7 2007/06/21 00:45:40 apw Exp $
Author:
A.P.Waite
MSG_printProc.c is the most basic output processor ... it simply prints the message.

Function Documentation

void MSG_print MSG_OutputModes  mode,
void *  prm,
const MSG_Message *  msg
 

Output processor callback routine to simply print messages.

Parameters:
mode (in) Output processor calling mode
prm (in) User parameter
msg (in) Message structure
MSG_print prints a message using printf following options provided by the user.

unsigned int MSG_printOptions unsigned int  mask,
unsigned int  valu
 

Selective set and clear of print processor options.

Parameters:
mask (in) Mask of options to touch
valu (in) Values to set (in masked bits only)
Return values:
x Previous value of the options word
MSG_printOptions does a selective set and clear on the print options word.


Variable Documentation

static unsigned int MSG_printOpts [static]
 

Initial value:

Print output processor options.

Variable used to maintain user selected print options.


Generated on Sun Jun 14 02:36:28 2009 by  doxygen 1.4.4