- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
@ -213,6 +213,7 @@
|
||||
IFDeleteOptions(pSICSOptions);
|
||||
return 0;
|
||||
}
|
||||
/*
|
||||
self->pServerPort = NETOpenPort(iPort);
|
||||
if(!self->pServerPort)
|
||||
{
|
||||
@ -222,7 +223,9 @@
|
||||
return 0;
|
||||
}
|
||||
NetReadRegister(pReader, self->pServerPort, naccept, NULL);
|
||||
|
||||
*/
|
||||
NetReadInstallANETPort(pReader,naccept, iPort);
|
||||
|
||||
/* the device executor */
|
||||
openDevexecLog();
|
||||
DevexecLog("START","SICS");
|
||||
@ -273,7 +276,7 @@
|
||||
|
||||
/* install telnet port */
|
||||
InstallTelnet();
|
||||
|
||||
|
||||
/* If the restore file has not been loaded, do so now */
|
||||
if(!hasRestored())
|
||||
{
|
||||
|
Reference in New Issue
Block a user