(file) Return to ceMsg.h CVS log (file) (dir) Up to [HallC] / Analyzer / CODA

File: [HallC] / Analyzer / CODA / ceMsg.h (download)
Revision: 1.1, Mon Dec 7 22:11:04 1998 UTC (25 years, 9 months ago) by saw
Branch: MAIN
CVS Tags: spring03, sep-26-2002, sep-25-2002, sep-24-2002, sep-09-2002, sane, pionct, online07, online04, online03, oct1199, mduality, mar-24-2003, gep_online, gep3, fpi2, emc, e01004, bigcal, baryon, aug-12-2003, apr-02-2003, Initial-CVS-Release, HEAD, Extra_Shower_Tubes_on_HMS_not_SOS
Initial setup

/*-----------------------------------------------------------------------------
 * Copyright (c) 1991,1992 Southeastern Universities Research Association,
 *                         Continuous Electron Beam Accelerator Facility
 *
 * This software was developed under a United States Government license
 * described in the NOTICE file included as part of this distribution.
 *
 * CEBAF Data Acquisition Group, 12000 Jefferson Ave., Newport News, VA 23606
 * Email: coda@cebaf.gov  Tel: (804) 249-7101  Fax: (804) 249-7363
 *-----------------------------------------------------------------------------
 * 
 * Description:
 *	Include file to define error message field values, structure
 *	
 * Author:  Chip Watson
 *
 * Revision History:
 *   $Log: ceMsg.h,v $
 *   Revision 1.1  1998/12/07 22:11:04  saw
 *   Initial setup
 *
*	  Revision 1.1  94/03/16  07:57:22  07:57:22  heyes (Graham Heyes)
*	  Initial revision
*	  
*	  Revision 1.1  94/03/15  11:56:42  11:56:42  heyes (Graham Heyes)
*	  Initial revision
*	  
 *	  Revision 1.1  92/07/14  18:27:34  18:27:34  watson (Chip Watson)
 *	  Initial revision
 *	  
 */

#define CEMSG_ALL 0
#define CEMSG_NAME 1
#define CEMSG_MSG 2
#define CEMSG_SEV 3
#define CEMSG_FAC 4
#define CEMSG_CODE 5

#define CEMSG_INFO 0
#define CEMSG_WARN 1
#define CEMSG_ERROR 2
#define CEMSG_FATAL 3

#define cemsg_severity(code) (((code)>>30)&3)

typedef struct coda_error_table_entry {
  char *name;
  int  num;
  char *msg;
} CE_TBL_ENTRY;



Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0