Add protocol support for the Knauer HPLC pump

This commit is contained in:
Douglas Clowes
2014-08-20 13:35:13 +10:00
parent 5fa021ce88
commit f1f9ee2c01
6 changed files with 173 additions and 2 deletions

View File

@@ -383,8 +383,7 @@ static void AddCommands(SicsInterp *pInter)
LS340InitProtocol(pInter);
CameraInitProtocol(pInter);
OpalStatusInitProtocol(pInter);
OMRONInitProtocol(pInter);
HUBERInitProtocol(pInter);
LOADERInitProtocol(pInter);
AddCommand(pInter,"InstallProtocolHandler", InstallProtocol,NULL,NULL);
AddCommand(pInter,"hostnam",hostNamCmd,NULL,NULL);
AddCommand(pInter,"portnum",portNumCmd,NULL,NULL);