Doxygen Documentation

Main Index

Package Index

Package:

TPG

Version:

V0-0-0

Marked:

(not marked)

Constituent:

tpg

Tag:

linux-gcc


Interface   Compound List   File List   Compound Members   File Members  

signal.c File Reference

Wrappers around the MSG_signal call to reduce code per function. More...

#include "signal_p.h"
#include "MSG/MSG_pubdefs.h"

Functions

unsigned _signal (unsigned stat, const char *rtn)
 Calls MSG_signal with no parameters.

unsigned _signalTxt (unsigned stat, const char *rtn, const char *txt)
 Calls MSG_signal with one (string) parameter.

unsigned _signalVal (unsigned stat, const char *rtn, int val)
 Calls MSG_signal with one (integer) parameter.

unsigned _signalVal2 (unsigned stat, const char *rtn, int val0, int val1)
 Calls MSG_signal with one (integer) parameter.

unsigned _signalVal3 (unsigned stat, const char *rtn, int val0, int val1, int val2)
 Calls MSG_signal with one (integer) parameter.


Detailed Description

Wrappers around the MSG_signal call to reduce code per function.

Author:
James Swain -- jswain@slac.stanford.edu

Function Documentation

unsigned _signal unsigned  stat,
const char *  rtn
 

Calls MSG_signal with no parameters.

Parameters:
stat Error code
rtn String identifying calling routine
Returns:
Modified error code with signalled bit set

unsigned _signalTxt unsigned  stat,
const char *  rtn,
const char *  txt
 

Calls MSG_signal with one (string) parameter.

Parameters:
stat Error code
rtn String identifying calling routine
txt Text to be used in the message output
Returns:
Modified error code with signalled bit set

unsigned _signalVal unsigned  stat,
const char *  rtn,
int  val
 

Calls MSG_signal with one (integer) parameter.

Parameters:
stat Error code
rtn String identifying calling routine
val Integer to be used in the message output
Returns:
Modified error code with signalled bit set

unsigned _signalVal2 unsigned  stat,
const char *  rtn,
int  val0,
int  val1
 

Calls MSG_signal with one (integer) parameter.

Parameters:
stat Error code
rtn String identifying calling routine
val0 Integer to be used in the message output
val1 Integer to be used in the message output
Returns:
Modified error code with signalled bit set

unsigned _signalVal3 unsigned  stat,
const char *  rtn,
int  val0,
int  val1,
int  val2
 

Calls MSG_signal with one (integer) parameter.

Parameters:
stat Error code
rtn String identifying calling routine
val0 Integer to be used in the message output
val1 Integer to be used in the message output
val2 Integer to be used in the message output
Returns:
Modified error code with signalled bit set


Generated on Sat Nov 15 15:27:25 2003 by doxygen 1.3.3