7.4.00
This commit is contained in:
@@ -15,14 +15,6 @@ pTecsClient TeccInit(char *server, int port);
|
||||
/* init tecs client (connect to server)
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
int TeccSetDev(pTecsClient conn, char *dev);
|
||||
/* set device type
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
char *TeccGetDev(pTecsClient conn);
|
||||
/* get device type
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
int TeccGet(pTecsClient conn, float *temp);
|
||||
/* set temperature
|
||||
------------------------------------------------------------------------*/
|
||||
@@ -31,6 +23,18 @@ int TeccSet(pTecsClient conn, float temp);
|
||||
/* get temperature
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
char *TeccGetPar(pTecsClient conn, const char *name);
|
||||
/* get any parameter from tecs
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
int TeccSetPar(pTecsClient conn, const char *name, const char *value);
|
||||
/* set any parameter of tecs
|
||||
------------------------------------------------------------------------*/
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user