Add clarification comment in sf-buffer

This commit is contained in:
2020-07-23 15:53:24 +02:00
parent 70724d747a
commit 1e3b8c393b
+1
View File
@@ -64,6 +64,7 @@ inline uint64_t FrameUdpReceiver::process_packets(
init_frame(metadata, i_packet);
// Happens if the last packet from the previous frame gets lost.
// In the jungfrau_packet, pulse_id is called bunchid.
} else if (metadata.pulse_id != packet_buffer_[i_packet].bunchid) {
packet_buffer_loaded_ = true;
// Continue on this packet.