M.Z. prototypes for tascom
This commit is contained in:
8
tecs/tecs_c.h
Normal file
8
tecs/tecs_c.h
Normal file
@ -0,0 +1,8 @@
|
||||
/* prototypes for TASCOM */
|
||||
|
||||
char *TecsCmd(char *cmd);
|
||||
char *TecsGet3(float *tset, float *texch, float *tsamp);
|
||||
char *TecsSet(float temp);
|
||||
char *TecsInit(char *host, int port);
|
||||
int TecsIsOpen(void);
|
||||
void TecsClose(void);
|
Reference in New Issue
Block a user