mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 09:13:44 +01:00
binaries in after merge
This commit is contained in:
@@ -667,10 +667,10 @@ class Detector {
|
||||
/** [Jungfrau] bottom half [Gotthard2] veto debugging */
|
||||
void setSourceUDPMAC2(const MacAddr mac, Positions pos = {});
|
||||
|
||||
Result<defs::udpDestination>
|
||||
getDestinationUDPList(const uint32_t entry, Positions pos = {}) const;
|
||||
Result<UdpDestination> getDestinationUDPList(const uint32_t entry,
|
||||
Positions pos = {}) const;
|
||||
|
||||
void setDestinationUDPList(const defs::udpDestination, const int module_id);
|
||||
void setDestinationUDPList(const UdpDestination, const int module_id);
|
||||
|
||||
/** [Jungfrau][Eiger] */
|
||||
Result<int> getNumberofUDPDestinations(Positions pos = {}) const;
|
||||
|
||||
Reference in New Issue
Block a user