new version of tecs_dlog (now in fortran)
This commit is contained in:
@@ -11,7 +11,7 @@ static float tempX, tempP, tempC;
|
||||
pTecsClient TeccInit(char *startcmd, int port) {
|
||||
CocConn *conn;
|
||||
|
||||
ERR_SP(conn=(CocConn *)my_malloc(sizeof(*conn),"conn"));
|
||||
NEW(conn);
|
||||
ERR_I(CocInitClient(conn, "", port, "#rwacs", 0, startcmd));
|
||||
CocDefFlt(tempC, CocRD);
|
||||
CocDefFlt(tempP, CocRD);
|
||||
|
||||
Reference in New Issue
Block a user