This commit is contained in:
2025-09-11 17:11:55 +02:00
parent 3dc7366825
commit 4927b92e16
@@ -290,6 +290,8 @@ class TimepixFlyBackend:
"""
try:
obj, _ = self._decoder.raw_decode(buffer)
if obj.get("type", "") == "XesData":
logger.info(f"Received XesData message with total events: {obj.get('totalEvents')}")
self.msg_buffer.append(obj)
if obj.get("type", "") == "EndFrame":
try: