- SECoP protocol for scriptcontext
This commit is contained in:
8
script.h
8
script.h
@ -10,6 +10,9 @@
|
||||
#ifndef SICSSCRIPT
|
||||
#define SICSSCRIPT
|
||||
|
||||
#include <tcl.h>
|
||||
#include <json-c/json.h>
|
||||
|
||||
/* -------------------------- Interrupts -----------------------------------*/
|
||||
int GetSICSInterrupt(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
@ -51,4 +54,9 @@ int SICSDescriptor(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
/*----------------------------------------------------------------------*/
|
||||
int SICSSilent(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*----------------------------------------------------------------------*/
|
||||
Tcl_Obj *json2tcl(struct json_object *jobj);
|
||||
/*----------------------------------------------------------------------*/
|
||||
int SICSjson2tcl(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user