22 lines
751 B
C
22 lines
751 B
C
/********************************************************************\
|
|
|
|
Name: bronkhorst.h
|
|
Created by: Andreas Suter 2003/09/12
|
|
|
|
Contents: bronkhorst He flowmeter driver
|
|
|
|
\********************************************************************/
|
|
|
|
/*---- device driver declaration -----------------------------------*/
|
|
/*!
|
|
* <p>bronkhorst device driver (DD) for <b>reading</b>. It is handling the communication
|
|
* between the bronkhorst mass flow meter and midas.
|
|
*/
|
|
INT bronkhorst_flowmeter_in(INT cmd, ...);
|
|
|
|
/*!
|
|
* <p> bronkhorst device driver (DD) for <b>setting values</b>. It is handling the
|
|
* communication between the bronkhorst mass flow meter and midas.
|
|
*/
|
|
INT bronkhorst_flowmeter_out(INT cmd, ...);
|