- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
15
tclev.h
15
tclev.h
@ -11,15 +11,14 @@
|
||||
------------------------------------------------------------------------------*/
|
||||
#ifndef SICSTCLEV
|
||||
#define SICSTCLEV
|
||||
|
||||
|
||||
pEVDriver CreateTclDriver(int argc, char *argv[],char *pName, SConnection *pCon);
|
||||
int UpdateTclVariable(pEVDriver self, char *name, float fVal);
|
||||
|
||||
int TclEnvironmentWrapper(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
pEVDriver CreateTclDriver(int argc, char *argv[], char *pName,
|
||||
SConnection * pCon);
|
||||
int UpdateTclVariable(pEVDriver self, char *name, float fVal);
|
||||
|
||||
int TclEnvironmentWrapper(SConnection * pCon, SicsInterp * pSics,
|
||||
void *pData, int argc, char *argv[]);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user