- new double control (former controlmode = 2)

- better sea client compatibility
This commit is contained in:
zolliker
2006-06-20 13:30:48 +00:00
parent c1bbdb935e
commit 735a0e6987
10 changed files with 556 additions and 94 deletions

View File

@@ -23,6 +23,9 @@ int TeccGetX(pTecsClient conn, float *tC, float *tP, float *tDif);
int TeccGet3(pTecsClient conn, float *tSet, float *tExch, float *tSamp);
/* get temperatures */
int TeccGetMult(pTecsClient conn, int argc, char *argv[], void (* outfunc)(char *, void *), void *arg);
/* get multiple values */
int TeccSet(pTecsClient conn, float temp);
/* set temperature */