mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 06:29:21 +01:00
temp fix
This commit is contained in:
@@ -25,6 +25,8 @@
|
|||||||
Implementation::Implementation(const detectorType d) {
|
Implementation::Implementation(const detectorType d) {
|
||||||
|
|
||||||
// network configuration (UDP)
|
// network configuration (UDP)
|
||||||
|
eth.resize(MAX_NUMBER_OF_LISTENING_THREADS);
|
||||||
|
udpPortNum.resize(MAX_NUMBER_OF_LISTENING_THREADS);
|
||||||
for (int i = 0; i < MAX_NUMBER_OF_LISTENING_THREADS; ++i) {
|
for (int i = 0; i < MAX_NUMBER_OF_LISTENING_THREADS; ++i) {
|
||||||
udpPortNum[i] = DEFAULT_UDP_PORTNO + i;
|
udpPortNum[i] = DEFAULT_UDP_PORTNO + i;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user