JFJochServices: Fix return XFEL event code

This commit is contained in:
2026-04-14 15:44:08 +02:00
parent c2b59145f6
commit 09a458a43b
+1 -1
View File
@@ -228,7 +228,7 @@ void JFJochServices::GetXFELPulseID(std::vector<uint64_t> &v) const {
void JFJochServices::GetXFELEventCode(std::vector<uint64_t> &v) const {
if (receiver)
receiver->GetXFELPulseID(v);
receiver->GetXFELEventCode(v);
}
std::vector<DeviceStatus> JFJochServices::GetDeviceStatus() const {