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

Constituent: test_msg_st     Tag: sun-gcc


Interface   Data Structures   File List   Data Fields   Globals  

MSG_tstdefs.h File Reference

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

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

Included by dependency graph

Defines

#define _ZZ   ( 0 )
 Operation "<unkown>".

#define _LT   ( 1 )
 Operation "less than".

#define _LE   ( 2 )
 Operation "less than or equal".

#define _EQ   ( 3 )
 Operation "equal".

#define _GE   ( 4 )
 Operation "greater than or equal".

#define _GT   ( 5 )
 Operation "greater than".

#define _NE   ( 6 )
 Operation "not equal".

#define _SZZ   ( 0 )
 Operation "<unkown>".

#define _SVE   ( 1 )
 Operation "string value equal".

#define _SLE   ( 2 )
 Operation "string length equal".

#define _SRV   ( 3 )
 Operation "just survive".


Functions

unsigned int MSG_action (const char *txt)
 Announce an action.

unsigned int MSG_announceMajor (const char *txt)
 Major test announcement.

unsigned int MSG_announceMajorEnd (const char *txt, unsigned int ret)
 Major test end announcement.

unsigned int MSG_announceMinor (const char *txt)
 Minor test announcement.

unsigned int MSG_announceMinorEnd (const char *txt, unsigned int ret)
 Minor test end announcement.

unsigned int MSG_testInt (const char *txt, unsigned int val, unsigned int op, unsigned int lim)
 Test an integer value.

unsigned int MSG_testStr (const char *txt, const char *val, unsigned int op, const char *lim)
 Test an integer value.


Detailed Description

Definitions for test code entry points, etc.

CVS $Id: MSG_tstdefs.h,v 1.3 2005/09/22 01:45:07 apw Exp $
Author:
A.P.Waite

Function Documentation

unsigned int MSG_action const char *  txt  ) 
 

Announce an action.

Parameters:
txt Text string embedded in test dump

unsigned int MSG_announceMajor const char *  txt  ) 
 

Major test announcement.

Parameters:
txt Text string embedded in test dump

unsigned int MSG_announceMajorEnd const char *  txt,
unsigned int  ret
 

Major test end announcement.

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

unsigned int MSG_announceMinor const char *  txt  ) 
 

Minor test announcement.

Parameters:
txt Text string embedded in test dump

unsigned int MSG_announceMinorEnd const char *  txt,
unsigned int  ret
 

Minor test end announcement.

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

unsigned int MSG_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 MSG_testStr const char *  txt,
const char *  val,
unsigned int  op,
const char *  lim
 

Test an integer 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 Sep 22 08:29:33 2005 by doxygen 1.3.3