.
This commit is contained in:
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
# Markus Zolliker, March 2003
|
# Markus Zolliker, March 2003
|
||||||
#==========================================================================
|
#==========================================================================
|
||||||
|
|
||||||
include ../linux_def
|
include ../sllinux_def
|
||||||
|
|
||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
----------------------------------------------------------------------------*/
|
----------------------------------------------------------------------------*/
|
||||||
#include "sinq_prototypes.h"
|
#include "sinq_prototypes.h"
|
||||||
/* #include <timers.h>*/
|
/* #include <timers.h>*/
|
||||||
|
#include <sics.h>
|
||||||
#include <tcl.h>
|
#include <tcl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -23,7 +24,6 @@
|
|||||||
#include "rs232c_def.h"
|
#include "rs232c_def.h"
|
||||||
#include "el734_def.h"
|
#include "el734_def.h"
|
||||||
#include "psi/hardsup/serialsinq.h"
|
#include "psi/hardsup/serialsinq.h"
|
||||||
#include <sics.h>
|
|
||||||
|
|
||||||
#define False 0
|
#define False 0
|
||||||
#define True 1
|
#define True 1
|
||||||
|
2
serial.c
2
serial.c
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Mark Koennecke, January 1998
|
Mark Koennecke, January 1998
|
||||||
----------------------------------------------------------------------------*/
|
----------------------------------------------------------------------------*/
|
||||||
#include <tcl.h>
|
|
||||||
#include <sics.h>
|
#include <sics.h>
|
||||||
|
#include <tcl.h>
|
||||||
|
|
||||||
int Controller(ClientData clientData, Tcl_Interp *interp,
|
int Controller(ClientData clientData, Tcl_Interp *interp,
|
||||||
int argc, char *argv[]);
|
int argc, char *argv[]);
|
||||||
|
BIN
tecs/libtecsl.a
BIN
tecs/libtecsl.a
Binary file not shown.
@ -32,6 +32,9 @@ $(CFGDIR)c_3.crv: ccrv inp/c_3.inp
|
|||||||
$(CFGDIR)c_4.crv: ccrv inp/c_4.inp
|
$(CFGDIR)c_4.crv: ccrv inp/c_4.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)cab505.crv: ccrv inp/cab505.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)c_ab.crv: ccrv inp/c_ab.inp
|
$(CFGDIR)c_ab.crv: ccrv inp/c_ab.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -50,9 +53,15 @@ $(CFGDIR)cplus45.crv: ccrv inp/cplus45.inp
|
|||||||
$(CFGDIR)cplus70.crv: ccrv inp/cplus70.inp
|
$(CFGDIR)cplus70.crv: ccrv inp/cplus70.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)cs405.crv: ccrv inp/cs405.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)c_t.crv: ccrv inp/c_t.inp
|
$(CFGDIR)c_t.crv: ccrv inp/c_t.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)d69874.crv: ccrv inp/d69874.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)ds3b.crv: ccrv inp/ds3b.inp
|
$(CFGDIR)ds3b.crv: ccrv inp/ds3b.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -86,6 +95,9 @@ $(CFGDIR)pcry.crv: ccrv inp/pcry.inp
|
|||||||
$(CFGDIR)psam.crv: ccrv inp/psam.inp
|
$(CFGDIR)psam.crv: ccrv inp/psam.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)pt100e.crv: ccrv inp/pt100e.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)pt_ill.crv: ccrv inp/pt_ill.inp
|
$(CFGDIR)pt_ill.crv: ccrv inp/pt_ill.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -122,6 +134,9 @@ $(CFGDIR)rhfe0734.crv: ccrv inp/rhfe0734.inp
|
|||||||
$(CFGDIR)rhfe4140.crv: ccrv inp/rhfe4140.inp
|
$(CFGDIR)rhfe4140.crv: ccrv inp/rhfe4140.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)rhfe705.crv: ccrv inp/rhfe705.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)rhfe8119.crv: ccrv inp/rhfe8119.inp
|
$(CFGDIR)rhfe8119.crv: ccrv inp/rhfe8119.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -155,6 +170,9 @@ $(CFGDIR)std6.crv: ccrv inp/std6.inp
|
|||||||
$(CFGDIR)type_c.crv: ccrv inp/type_c.inp
|
$(CFGDIR)type_c.crv: ccrv inp/type_c.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x09629.crv: ccrv inp/x09629.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)x09882.crv: ccrv inp/x09882.inp
|
$(CFGDIR)x09882.crv: ccrv inp/x09882.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -197,6 +215,12 @@ $(CFGDIR)x14231.crv: ccrv inp/x14231.inp
|
|||||||
$(CFGDIR)x14667.crv: ccrv inp/x14667.inp
|
$(CFGDIR)x14667.crv: ccrv inp/x14667.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x15430.crv: ccrv inp/x15430.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x15445.crv: ccrv inp/x15445.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)x15601.crv: ccrv inp/x15601.inp
|
$(CFGDIR)x15601.crv: ccrv inp/x15601.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -245,6 +269,27 @@ $(CFGDIR)x31319.crv: ccrv inp/x31319.inp
|
|||||||
$(CFGDIR)x31320.crv: ccrv inp/x31320.inp
|
$(CFGDIR)x31320.crv: ccrv inp/x31320.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x34504.crv: ccrv inp/x34504.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x34524.crv: ccrv inp/x34524.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x37342.crv: ccrv inp/x37342.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x37346.crv: ccrv inp/x37346.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x38604.crv: ccrv inp/x38604.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x38622.crv: ccrv inp/x38622.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
|
$(CFGDIR)x40188.crv: ccrv inp/x40188.inp
|
||||||
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
$(CFGDIR)z030114.crv: ccrv inp/z030114.inp
|
$(CFGDIR)z030114.crv: ccrv inp/z030114.inp
|
||||||
$Q -p$(CFGDIR)
|
$Q -p$(CFGDIR)
|
||||||
|
|
||||||
@ -260,13 +305,16 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)c2.crv \
|
$(CFGDIR)c2.crv \
|
||||||
$(CFGDIR)c_3.crv \
|
$(CFGDIR)c_3.crv \
|
||||||
$(CFGDIR)c_4.crv \
|
$(CFGDIR)c_4.crv \
|
||||||
|
$(CFGDIR)cab505.crv \
|
||||||
$(CFGDIR)c_ab.crv \
|
$(CFGDIR)c_ab.crv \
|
||||||
$(CFGDIR)ccs130.crv \
|
$(CFGDIR)ccs130.crv \
|
||||||
$(CFGDIR)c_ill.crv \
|
$(CFGDIR)c_ill.crv \
|
||||||
$(CFGDIR)cma11.crv \
|
$(CFGDIR)cma11.crv \
|
||||||
$(CFGDIR)cplus45.crv \
|
$(CFGDIR)cplus45.crv \
|
||||||
$(CFGDIR)cplus70.crv \
|
$(CFGDIR)cplus70.crv \
|
||||||
|
$(CFGDIR)cs405.crv \
|
||||||
$(CFGDIR)c_t.crv \
|
$(CFGDIR)c_t.crv \
|
||||||
|
$(CFGDIR)d69874.crv \
|
||||||
$(CFGDIR)ds3b.crv \
|
$(CFGDIR)ds3b.crv \
|
||||||
$(CFGDIR)dt-470.crv \
|
$(CFGDIR)dt-470.crv \
|
||||||
$(CFGDIR)g24741.crv \
|
$(CFGDIR)g24741.crv \
|
||||||
@ -278,6 +326,7 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)mz030500.crv \
|
$(CFGDIR)mz030500.crv \
|
||||||
$(CFGDIR)pcry.crv \
|
$(CFGDIR)pcry.crv \
|
||||||
$(CFGDIR)psam.crv \
|
$(CFGDIR)psam.crv \
|
||||||
|
$(CFGDIR)pt100e.crv \
|
||||||
$(CFGDIR)pt_ill.crv \
|
$(CFGDIR)pt_ill.crv \
|
||||||
$(CFGDIR)r10401.crv \
|
$(CFGDIR)r10401.crv \
|
||||||
$(CFGDIR)r10402.crv \
|
$(CFGDIR)r10402.crv \
|
||||||
@ -290,6 +339,7 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)r3510.crv \
|
$(CFGDIR)r3510.crv \
|
||||||
$(CFGDIR)rhfe0734.crv \
|
$(CFGDIR)rhfe0734.crv \
|
||||||
$(CFGDIR)rhfe4140.crv \
|
$(CFGDIR)rhfe4140.crv \
|
||||||
|
$(CFGDIR)rhfe705.crv \
|
||||||
$(CFGDIR)rhfe8119.crv \
|
$(CFGDIR)rhfe8119.crv \
|
||||||
$(CFGDIR)rhfe8244.crv \
|
$(CFGDIR)rhfe8244.crv \
|
||||||
$(CFGDIR)rhfe8733.crv \
|
$(CFGDIR)rhfe8733.crv \
|
||||||
@ -301,6 +351,7 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)std4.crv \
|
$(CFGDIR)std4.crv \
|
||||||
$(CFGDIR)std6.crv \
|
$(CFGDIR)std6.crv \
|
||||||
$(CFGDIR)type_c.crv \
|
$(CFGDIR)type_c.crv \
|
||||||
|
$(CFGDIR)x09629.crv \
|
||||||
$(CFGDIR)x09882.crv \
|
$(CFGDIR)x09882.crv \
|
||||||
$(CFGDIR)x09883.crv \
|
$(CFGDIR)x09883.crv \
|
||||||
$(CFGDIR)x09941.crv \
|
$(CFGDIR)x09941.crv \
|
||||||
@ -315,6 +366,8 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)x14130.crv \
|
$(CFGDIR)x14130.crv \
|
||||||
$(CFGDIR)x14231.crv \
|
$(CFGDIR)x14231.crv \
|
||||||
$(CFGDIR)x14667.crv \
|
$(CFGDIR)x14667.crv \
|
||||||
|
$(CFGDIR)x15430.crv \
|
||||||
|
$(CFGDIR)x15445.crv \
|
||||||
$(CFGDIR)x15601.crv \
|
$(CFGDIR)x15601.crv \
|
||||||
$(CFGDIR)x17627.crv \
|
$(CFGDIR)x17627.crv \
|
||||||
$(CFGDIR)x2060.crv \
|
$(CFGDIR)x2060.crv \
|
||||||
@ -331,6 +384,13 @@ all_crv: dev.list \
|
|||||||
$(CFGDIR)x31318.crv \
|
$(CFGDIR)x31318.crv \
|
||||||
$(CFGDIR)x31319.crv \
|
$(CFGDIR)x31319.crv \
|
||||||
$(CFGDIR)x31320.crv \
|
$(CFGDIR)x31320.crv \
|
||||||
|
$(CFGDIR)x34504.crv \
|
||||||
|
$(CFGDIR)x34524.crv \
|
||||||
|
$(CFGDIR)x37342.crv \
|
||||||
|
$(CFGDIR)x37346.crv \
|
||||||
|
$(CFGDIR)x38604.crv \
|
||||||
|
$(CFGDIR)x38622.crv \
|
||||||
|
$(CFGDIR)x40188.crv \
|
||||||
$(CFGDIR)z030114.crv \
|
$(CFGDIR)z030114.crv \
|
||||||
|
|
||||||
ALLINP= \
|
ALLINP= \
|
||||||
@ -345,13 +405,16 @@ inp/c_2.inp \
|
|||||||
inp/c2.inp \
|
inp/c2.inp \
|
||||||
inp/c_3.inp \
|
inp/c_3.inp \
|
||||||
inp/c_4.inp \
|
inp/c_4.inp \
|
||||||
|
inp/cab505.inp \
|
||||||
inp/c_ab.inp \
|
inp/c_ab.inp \
|
||||||
inp/ccs130.inp \
|
inp/ccs130.inp \
|
||||||
inp/c_ill.inp \
|
inp/c_ill.inp \
|
||||||
inp/cma11.inp \
|
inp/cma11.inp \
|
||||||
inp/cplus45.inp \
|
inp/cplus45.inp \
|
||||||
inp/cplus70.inp \
|
inp/cplus70.inp \
|
||||||
|
inp/cs405.inp \
|
||||||
inp/c_t.inp \
|
inp/c_t.inp \
|
||||||
|
inp/d69874.inp \
|
||||||
inp/ds3b.inp \
|
inp/ds3b.inp \
|
||||||
inp/dt-470.inp \
|
inp/dt-470.inp \
|
||||||
inp/g24741.inp \
|
inp/g24741.inp \
|
||||||
@ -363,6 +426,7 @@ inp/mz020124.inp \
|
|||||||
inp/mz030500.inp \
|
inp/mz030500.inp \
|
||||||
inp/pcry.inp \
|
inp/pcry.inp \
|
||||||
inp/psam.inp \
|
inp/psam.inp \
|
||||||
|
inp/pt100e.inp \
|
||||||
inp/pt_ill.inp \
|
inp/pt_ill.inp \
|
||||||
inp/r10401.inp \
|
inp/r10401.inp \
|
||||||
inp/r10402.inp \
|
inp/r10402.inp \
|
||||||
@ -375,6 +439,7 @@ inp/r3509.inp \
|
|||||||
inp/r3510.inp \
|
inp/r3510.inp \
|
||||||
inp/rhfe0734.inp \
|
inp/rhfe0734.inp \
|
||||||
inp/rhfe4140.inp \
|
inp/rhfe4140.inp \
|
||||||
|
inp/rhfe705.inp \
|
||||||
inp/rhfe8119.inp \
|
inp/rhfe8119.inp \
|
||||||
inp/rhfe8244.inp \
|
inp/rhfe8244.inp \
|
||||||
inp/rhfe8733.inp \
|
inp/rhfe8733.inp \
|
||||||
@ -386,6 +451,7 @@ inp/std1.inp \
|
|||||||
inp/std4.inp \
|
inp/std4.inp \
|
||||||
inp/std6.inp \
|
inp/std6.inp \
|
||||||
inp/type_c.inp \
|
inp/type_c.inp \
|
||||||
|
inp/x09629.inp \
|
||||||
inp/x09882.inp \
|
inp/x09882.inp \
|
||||||
inp/x09883.inp \
|
inp/x09883.inp \
|
||||||
inp/x09941.inp \
|
inp/x09941.inp \
|
||||||
@ -400,6 +466,8 @@ inp/x14126.inp \
|
|||||||
inp/x14130.inp \
|
inp/x14130.inp \
|
||||||
inp/x14231.inp \
|
inp/x14231.inp \
|
||||||
inp/x14667.inp \
|
inp/x14667.inp \
|
||||||
|
inp/x15430.inp \
|
||||||
|
inp/x15445.inp \
|
||||||
inp/x15601.inp \
|
inp/x15601.inp \
|
||||||
inp/x17627.inp \
|
inp/x17627.inp \
|
||||||
inp/x2060.inp \
|
inp/x2060.inp \
|
||||||
@ -416,5 +484,12 @@ inp/x31317.inp \
|
|||||||
inp/x31318.inp \
|
inp/x31318.inp \
|
||||||
inp/x31319.inp \
|
inp/x31319.inp \
|
||||||
inp/x31320.inp \
|
inp/x31320.inp \
|
||||||
|
inp/x34504.inp \
|
||||||
|
inp/x34524.inp \
|
||||||
|
inp/x37342.inp \
|
||||||
|
inp/x37346.inp \
|
||||||
|
inp/x38604.inp \
|
||||||
|
inp/x38622.inp \
|
||||||
|
inp/x40188.inp \
|
||||||
inp/z030114.inp \
|
inp/z030114.inp \
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user