- Fix
This commit is contained in:
2
make_gen
2
make_gen
@ -22,7 +22,7 @@ OBJ=psi.o buffer.o ruli.o dmc.o nxsans.o nextrics.o sps.o pimotor.o \
|
||||
$(MZOBJ) amordrive.o amorset.o tcpdornier.o sinqhttp.o\
|
||||
dgrambroadcast.o sinq.o tabledrive.o tcpdocho.o julcho.o \
|
||||
ritastorage.o poldizug.o audinelib.o delcam.o el737hpdrivsps.o \
|
||||
rebin.o sanslirebin.o
|
||||
rebin.o sanslirebin.o lmd200.o
|
||||
|
||||
.SECONDARY.: sanslirebin.c
|
||||
|
||||
|
5
psi.c
5
psi.c
@ -72,6 +72,9 @@ extern int MakeRitaFix(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
/* from sanslirebin.c */
|
||||
extern int MakeSansliRebin(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/* from lmd200.c */
|
||||
extern int MakeLMD200(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*--------------------------------------------------------------------------*/
|
||||
void SiteInit(void) {
|
||||
|
||||
@ -129,6 +132,7 @@ static void AddPsiCommands(SicsInterp *pInter){
|
||||
AddCommand(pInter,"MakeRitaFix",MakeRitaFix,NULL,NULL);
|
||||
AddCommand(pInter,"MakePoldiReiss",MakePoldiReiss,NULL,NULL);
|
||||
AddCommand(pInter,"MakeSansliRebin",MakeSansliRebin,NULL,NULL);
|
||||
AddCommand(pInter,"MakeLMD200",MakeLMD200,NULL,NULL);
|
||||
/*
|
||||
AddCommand(pInter,"MakeDifrac",MakeDifrac,NULL,NULL);
|
||||
*/
|
||||
@ -153,6 +157,7 @@ static void RemovePsiCommands(SicsInterp *pSics){
|
||||
RemoveCommand(pSics,"MakeRitaFix");
|
||||
RemoveCommand(pSics,"MakePoldiReiss");
|
||||
RemoveCommand(pSics,"MakeSansliRebin");
|
||||
RemoveCommand(pSics,"MakeLMD200");
|
||||
/*
|
||||
RemoveCommand(pSics,"MakeDifrac");
|
||||
*/
|
||||
|
Reference in New Issue
Block a user