- Major changes folling the rework of the connection object
- Added support for galil controllers
This commit is contained in:
2
lmd200.c
2
lmd200.c
@ -63,7 +63,6 @@ static void setAlarm(pSICSOBJ self, char *text){
|
||||
node = GetHipadabaNode(self->objectNode,"alarm");
|
||||
assert(node != NULL);
|
||||
UpdateHipadabaPar(node,alarmVal, NULL);
|
||||
ReleaseHdbValue(&alarmVal);
|
||||
}
|
||||
/*--------------------------------------------------------------------------*/
|
||||
static void doAlarm(pSICSOBJ self, char *lineBuffer){
|
||||
@ -232,7 +231,6 @@ int MakeLMD200(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
self->pPrivate = priv;
|
||||
self->KillPrivate = killLMD200;
|
||||
ReleaseHdbValue(&dataValue);
|
||||
ReleaseHdbValue(&textValue);
|
||||
NetWatchRegisterCallback(&priv->watchContext, priv->pSock->sockid,
|
||||
LMD200Callback, self);
|
||||
|
||||
|
Reference in New Issue
Block a user