- Added SicsList
- Removed group and description attributes from ObjectDescriptor SKIPPED: psi/dornier2.c psi/libpsi.a psi/make_gen psi/makefile_linux psi/pimotor.c psi/pipiezo.c psi/psi.c psi/serial.c psi/sinqhttp.c psi/sinqhttp.h psi/tcpdornier.c psi/velodornier.c
This commit is contained in:
8
conman.c
8
conman.c
@ -64,6 +64,7 @@
|
||||
#include "token.h"
|
||||
#include "uubuffer.h"
|
||||
#include "commandlog.h"
|
||||
#include "stptok.h"
|
||||
|
||||
/*
|
||||
#define UUDEB 1
|
||||
@ -1317,6 +1318,8 @@ static void writeToLogFiles(SConnection *self, char *buffer)
|
||||
|
||||
return self->eInterrupt;
|
||||
}
|
||||
/*----------------------------------------------------------------*/
|
||||
extern char *trim(char *in);
|
||||
/* --------------------------------------------------------------------------*/
|
||||
int SCInvoke(SConnection *self, SicsInterp *pInter, char *pCommand)
|
||||
{
|
||||
@ -1993,9 +1996,7 @@ long SCTagContext(SConnection *self, char *tagName)
|
||||
{
|
||||
commandContext a;
|
||||
if(NULL==self) return -1;
|
||||
/*
|
||||
return SCSetContext(self,self->iCmdID,tagName);
|
||||
*/
|
||||
|
||||
a = SCGetContext(self);
|
||||
strncpy(a.deviceID,tagName,SCDEVIDLEN);
|
||||
/*
|
||||
@ -2003,6 +2004,7 @@ long SCTagContext(SConnection *self, char *tagName)
|
||||
last position
|
||||
*/
|
||||
LLDnodeDataTo(self->contextStack, &a);
|
||||
return 1;
|
||||
}
|
||||
/* --------------------------------------------------------------------------*/
|
||||
long SCAdvanceContext(SConnection *self, char *tagName)
|
||||
|
Reference in New Issue
Block a user