- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
37
outcode.c
37
outcode.c
@@ -8,22 +8,23 @@
|
||||
#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;
|
||||
static char *pCode[] = {
|
||||
"internal",
|
||||
"command",
|
||||
"hwerror",
|
||||
"inerror",
|
||||
"status",
|
||||
"value",
|
||||
"start",
|
||||
"finish",
|
||||
"event",
|
||||
"warning",
|
||||
"error",
|
||||
"hdbvalue",
|
||||
"hdbevent",
|
||||
"log",
|
||||
"logerror",
|
||||
NULL
|
||||
};
|
||||
static int iNoCodes = 13;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user