- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
37
Scommon.h
37
Scommon.h
@ -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
|
||||
|
Reference in New Issue
Block a user