merge work in progress
This commit is contained in:
@@ -150,7 +150,6 @@ OBJ= site_ansto.o anstoutil.o\
|
||||
fsm.o \
|
||||
counterdriv.o \
|
||||
safetyplc.o \
|
||||
../psi/tcpdornier.o \
|
||||
anstohttp.o \
|
||||
hmcontrol_ansto.o\
|
||||
lssmonitor.o \
|
||||
|
||||
@@ -21,7 +21,9 @@ Paul Barron, January 2008
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <rs232controller.h>
|
||||
#include "obdes.h"
|
||||
#include "conman.h"
|
||||
#include "rs232controller.h"
|
||||
#include "modbustcp.h"
|
||||
|
||||
/*-------------------------------------------------------------------------*/
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# vim: ft=make ts=4 sw=4 noet ciident
|
||||
# vim: ft=make ts=4 sw=4 noet cindent
|
||||
COBJ = Sclient.o network.o ifile.o intcli.o $(FORTIFYOBJ)
|
||||
SOBJ = access.o alias.o anticollider.o ascon.o asyncprotocol.o asyncqueue.o callback.o \
|
||||
cell.o chadapter.o choco.o circular.o commandlog.o cone.o confvirtualmot.o \
|
||||
conman.o costa.o danu.o definealias.o devexec.o devser.o diffscan.o d_mod.o \
|
||||
drive.o d_sign.o dynstring.o emon.o errormsg.o evcontroller.o evdriver.o \
|
||||
event.o exebuf.o exeman.o fitcenter.o fomerge.o $(FORTIFYOBJ) fourlib.o \
|
||||
fourtable.o fupa.o genericcontroller.o gpibcontroller.o help.o hipadaba.o \
|
||||
histdriv.o histmem.o histregress.o histsim.o hklmot.o hkl.o hklscan.o \
|
||||
fourtable.o fupa.o gpibcontroller.o help.o hipadaba.o \
|
||||
histdriv.o histmem.o histregress.o histsim.o hklmot.o hkl.o \
|
||||
hmcontrol.o hmdata.o hmslave.o ifile.o initializer.o integrate.o interface.o \
|
||||
intserv.o lin2ang.o lld_blob.o lld.o logger.o logreader.o logsetup.o lomax.o \
|
||||
macro.o maximize.o mccontrol.o mcreader.o mcstascounter.o mcstashm.o mesure.o \
|
||||
macro.o maximize.o mccontrol.o mcreader.o mcstascounter.o mcstashm.o \
|
||||
moregress.o motorlist.o motreglist.o motreg.o multicounter.o mumoconf.o mumo.o \
|
||||
napi5.o napi.o network.o $(NIOBJ) nread.o nserver.o nwatch.o nxcopy.o nxdata.o \
|
||||
napi5.o napi.o network.o $(NIOBJ) nread.o nserver.o nwatch.o nxcopy.o \
|
||||
nxdataset.o nxdict.o nxinterhelper.o nxinter_wrap.o nxio.o nxscript.o nxstack.o \
|
||||
nxupdate.o nxutil.o nxxml.o o2t.o obdes.o obpar.o ofac.o optimise.o oscillate.o \
|
||||
passwd.o perfmon.o polldriv.o protocol.o proxy.o regresscter.o remob.o \
|
||||
|
||||
@@ -50,11 +50,6 @@
|
||||
|
||||
/*@observer@*//*@null@*/ pCounterDriver CreateMonCounter(/*@observer@*/SConnection *pCon, /*@observer@*/char *name, char *params);
|
||||
|
||||
/*
|
||||
from tcpdornier.c
|
||||
*/
|
||||
extern int VelSelTcpFactory(SConnection *pCon, SicsInterp *pSics, void *pData, int argc, char *argv[]);
|
||||
extern pCodri MakeTcpDoChoDriver(char *tclArray, SConnection *pCon);
|
||||
extern void AddGalilProtocoll();
|
||||
extern void AddModbusProtocoll();
|
||||
extern void AddOxfordProtocoll();
|
||||
@@ -139,7 +134,6 @@ static void AddCommands(SicsInterp *pInter)
|
||||
ORHVPSInitProtocol(pInter);
|
||||
LS340InitProtocol(pInter);
|
||||
AddCommand(pInter,"InstallProtocolHandler", InstallProtocol,NULL,NULL);
|
||||
AddCommand(pInter,"MakeTCPSelector",VelSelTcpFactory,NULL,NULL);
|
||||
AddCommand(pInter,"hostnam",hostNamCmd,NULL,NULL);
|
||||
AddCommand(pInter,"portnum",portNumCmd,NULL,NULL);
|
||||
AddCommand(pInter,"abortbatch",AbortBatch,NULL,NULL);
|
||||
@@ -237,7 +231,7 @@ static pCodri CreateController(SConnection *pCon,int argc, char *argv[]){
|
||||
eError);
|
||||
return NULL;
|
||||
}
|
||||
return MakeTcpDoChoDriver(argv[1], pCon);
|
||||
return NULL;
|
||||
}
|
||||
return pNew;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user