From 4ca2fcff6040f754a0546b06cf8c2e22a3f0edbd Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 2 May 2003 06:23:52 +0000 Subject: [PATCH] M.Z. prototypes for tascom --- tecs/tecs_c.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tecs/tecs_c.h diff --git a/tecs/tecs_c.h b/tecs/tecs_c.h new file mode 100644 index 00000000..92a06dca --- /dev/null +++ b/tecs/tecs_c.h @@ -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);