new tecs version M.Z.08.2001

This commit is contained in:
cvs
2001-08-16 10:17:09 +00:00
parent b56745eb46
commit 0cda158849
35 changed files with 5289 additions and 2065 deletions

View File

@@ -20,9 +20,6 @@ int TeccGet(pTecsClient conn, float *temp);
int TeccSet(pTecsClient conn, float temp);
/* set temperature */
int TeccWait(pTecsClient conn);
/* wait until the controller is configured */
int TeccSend(pTecsClient conn, char *cmd, char *reply, int replyLen);
/* send a command transparently to the controller
replyLen is the maximal length of reply */