File pump.h
File List > midas_fe > pump_scfe > pump.h
Go to the documentation of this file
/*---------------------------------------------------------------------
Name: pump.h
Created by: Andreas Suter 2016/10/18
Contents: pump vacuum controller
---------------------------------------------------------------------*/
#define PUMP_IN_VARS 10
#define PUMP_OUT_VARS 1
/*---- device driver declaration -----------------------------------*/
//---------------------------------------------------------------------------------
INT pump_in(INT cmd, ...); // read routines
INT pump_out(INT cmd, ...); // write routines