GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > EMSG / V0-0-2

Constituent: test_emsg_st     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

EMSG_tstdefs.h File Reference

Definitons for test code entry points, etc. More...

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


Defines

#define _ZZ   0
#define _LT   1
#define _LE   2
#define _EQ   3
#define _GE   4
#define _GT   5
#define _NE   6
#define _SZZ   0
#define _SVE   1
#define _SLE   2
#define _SRV   3

Functions

unsigned int EMSG_action (const char *txt)
 Announce an action.
unsigned int EMSG_announceMajor (const char *txt)
 Major test announcement.
unsigned int EMSG_announceMajorEnd (const char *txt, unsigned int ret)
 Major test end announcement.
unsigned int EMSG_announceMinor (const char *txt)
 Minor test announcement.
unsigned int EMSG_announceMinorEnd (const char *txt, unsigned int ret)
 Minor test end announcement.
unsigned int EMSG_testInt (const char *txt, unsigned int val, unsigned int op, unsigned int lim)
 Test an integer value.
unsigned int EMSG_testStr (const char *txt, const char *val, unsigned int op, const char *lim)
 Test a string value.

Detailed Description

Definitons for test code entry points, etc.

CVS $Id: EMSG_tstdefs.h,v 1.1.1.1 2006/02/10 21:44:24 saxton Exp $
Author:
A.P.Waite

Function Documentation

unsigned int EMSG_action const char *  txt  ) 
 

Announce an action.

Parameters:
txt Text string embedded in test dump

unsigned int EMSG_announceMajor const char *  txt  ) 
 

Major test announcement.

Parameters:
txt Text string embedded in test dump

unsigned int EMSG_announceMajorEnd const char *  txt,
unsigned int  ret
 

Major test end announcement.

Parameters:
txt Text string embedded in test dump
ret Pass/fail

unsigned int EMSG_announceMinor const char *  txt  ) 
 

Minor test announcement.

Parameters:
txt Text string embedded in test dump

unsigned int EMSG_announceMinorEnd const char *  txt,
unsigned int  ret
 

Minor test end announcement.

Parameters:
txt Text string embedded in test dump
ret Pass/fail

unsigned int EMSG_testInt const char *  txt,
unsigned int  val,
unsigned int  op,
unsigned int  lim
 

Test an integer value.

Parameters:
txt Text string embedded in test dump
val The value to test
op The operation
lim The value to test against

unsigned int EMSG_testStr const char *  txt,
const char *  val,
unsigned int  op,
const char *  lim
 

Test a string value.

Parameters:
txt Text string embedded in test dump
val The string to test
op The operation
lim The string to test against


Generated on Thu Mar 16 22:38:31 2006 by  doxygen 1.4.4