mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 09:00:41 +02:00
Merge branch 'developer' of github.com:slsdetectorgroup/slsDetectorPackage into developer
This commit is contained in:
commit
a29466b396
@ -21,7 +21,9 @@
|
||||
#define FILE_BUFFER_SIZE (16*1024*1024) //16mb
|
||||
|
||||
//fifo
|
||||
#define FIFO_HEADER_NUMBYTES 4
|
||||
#define FIFO_HEADER_NUMBYTES 8
|
||||
#define FIFO_DATASIZE_NUMBYTES 4
|
||||
#define FIFO_PADDING_NUMBYTES 4 // for 8 byte alignment due to sls_receiver_header structure
|
||||
|
||||
|
||||
//hdf5
|
||||
|
@ -760,7 +760,9 @@ int slsReceiverTCPIPInterface::setup_udp(){
|
||||
FILE_LOG(logERROR) << mess;
|
||||
}
|
||||
receiver->setEthernetInterface(eth);
|
||||
|
||||
if (myDetectorType == EIGER) {
|
||||
receiver->setEthernetInterface2(eth);
|
||||
}
|
||||
//get mac address
|
||||
if (ret != FAIL) {
|
||||
temp = genericSocket::nameToMac(eth);
|
||||
|
Loading…
x
Reference in New Issue
Block a user