JFJochServices: Fix return XFEL event code
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user