Add a protocol module for Omron Compoway/F protocol on asyncqueue
This commit is contained in:
@@ -353,6 +353,7 @@ static void AddCommands(SicsInterp *pInter)
|
||||
LS340InitProtocol(pInter);
|
||||
CameraInitProtocol(pInter);
|
||||
OpalStatusInitProtocol(pInter);
|
||||
OMRONInitProtocol(pInter);
|
||||
AddCommand(pInter,"InstallProtocolHandler", InstallProtocol,NULL,NULL);
|
||||
AddCommand(pInter,"hostnam",hostNamCmd,NULL,NULL);
|
||||
AddCommand(pInter,"portnum",portNumCmd,NULL,NULL);
|
||||
|
||||
Reference in New Issue
Block a user