mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +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
|
#define FILE_BUFFER_SIZE (16*1024*1024) //16mb
|
||||||
|
|
||||||
//fifo
|
//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
|
//hdf5
|
||||||
|
@ -760,7 +760,9 @@ int slsReceiverTCPIPInterface::setup_udp(){
|
|||||||
FILE_LOG(logERROR) << mess;
|
FILE_LOG(logERROR) << mess;
|
||||||
}
|
}
|
||||||
receiver->setEthernetInterface(eth);
|
receiver->setEthernetInterface(eth);
|
||||||
|
if (myDetectorType == EIGER) {
|
||||||
|
receiver->setEthernetInterface2(eth);
|
||||||
|
}
|
||||||
//get mac address
|
//get mac address
|
||||||
if (ret != FAIL) {
|
if (ret != FAIL) {
|
||||||
temp = genericSocket::nameToMac(eth);
|
temp = genericSocket::nameToMac(eth);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user