Add protocol support for the Knauer HPLC pump
This commit is contained in:
12
site_ansto/hardsup/loader_asyncprotocol.c
Normal file
12
site_ansto/hardsup/loader_asyncprotocol.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "loader_asyncprotocol.h"
|
||||
#include "huber_asyncprotocol.h"
|
||||
#include "knauer_asyncprotocol.h"
|
||||
#include "omron_asyncprotocol.h"
|
||||
#include "sics.h"
|
||||
|
||||
void LOADERInitProtocol(SicsInterp *pSics)
|
||||
{
|
||||
HUBERInitProtocol(pSics);
|
||||
KNAUERInitProtocol(pSics);
|
||||
OMRONInitProtocol(pSics);
|
||||
}
|
||||
Reference in New Issue
Block a user