Files
mathis_s 2966a33233
Test And Build / Format (push) Failing after 3s
Test And Build / Lint (push) Failing after 14s
Initial compiling version of the bronkhorst driver
2026-07-24 15:24:08 +02:00

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, ...);