- Adapted indenation to new agreed upon system

- Added support for second generation scriptcontext based counter
This commit is contained in:
koennecke
2009-02-13 09:00:03 +00:00
parent a3dcad2bfa
commit 91d4af0541
405 changed files with 88101 additions and 88173 deletions

View File

@ -40,23 +40,23 @@
/* this enum defines the output types in SICS */
typedef enum {
eInternal, /* internal */
eCommand, /* reserved, not used */
eHWError, /* reserved, used only for SICSLog */
eInError, /* reserved, used as a mark in the handling of output codes */
eStatus, /* reserved, deprecated */
eValue, /* value reponse: copied into Tcl */
eStart, /* start message */
eFinish, /* finish message */
eEvent, /* some callback messages */
eWarning, /* warnings */
eError, /* error: copied into Tcl */
eHdbValue, /* hipadaba value chnage */
eHdbEvent, /* Hipadaba event */
eLog, /* log message: is always written to client */
eLogError /* error message to log: is always written to client */
} OutCode;
eInternal, /* internal */
eCommand, /* reserved, not used */
eHWError, /* reserved, used only for SICSLog */
eInError, /* reserved, used as a mark in the handling of output codes */
eStatus, /* reserved, deprecated */
eValue, /* value reponse: copied into Tcl */
eStart, /* start message */
eFinish, /* finish message */
eEvent, /* some callback messages */
eWarning, /* warnings */
eError, /* error: copied into Tcl */
eHdbValue, /* hipadaba value chnage */
eHdbEvent, /* Hipadaba event */
eLog, /* log message: is always written to client */
eLogError /* error message to log: is always written to client */
} OutCode;
#include "interrupt.h"
/* define some user rights codes */
@ -84,6 +84,5 @@ typedef enum {
*/
#include "ifile.h"
extern IPair *pSICSOptions;
#endif
#endif