mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-18 12:28:40 +01:00
using ThreadObject, waiting for 1 sec
This commit is contained in:
@@ -344,9 +344,9 @@ void Implementation::setArping(const bool i,
|
||||
threadArping->StopRunning();
|
||||
} else {
|
||||
threadArping->ClearIpsAndInterfaces();
|
||||
threadArping->AddIpsAndInterfaces(eth[0], ips[0]);
|
||||
threadArping->AddInterfacesAndIps(eth[0], ips[0]);
|
||||
if (numUDPInterfaces == 2 && detType != EIGER) {
|
||||
threadArping->AddIpsAndInterfaces(eth[1], ips[1]);
|
||||
threadArping->AddInterfacesAndIps(eth[1], ips[1]);
|
||||
}
|
||||
threadArping->StartRunning();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user