Files
sics/outcode.c
Ferdi Franceschini 657b5fc4f2 Synch hdb event names with names at PSI.
r1675 | ffr | 2007-03-20 10:58:05 +1100 (Tue, 20 Mar 2007) | 2 lines
2012-11-15 13:07:55 +11:00

31 lines
671 B
C

/* ------------------------------------------------------------------------
The OutCode's for SICS have to be translated from text at several
places in SICS. Wherever necessary sich code should include this file.
This restricts changes to Scommon.h and this file
Mark Koennecke, November 1996
----------------------------------------------------------------------------*/
#ifndef POUTCODE
#define POUTCODE
static char *pCode[] = {
"internal",
"command",
"hwerror",
"inerror",
"status",
"value",
"start",
"finish",
"event",
"warning",
"error",
"hdbvalue",
"hdbevent",
"log",
"logerror",
NULL
};
static int iNoCodes = 13;
#endif