Kind of working

This commit is contained in:
Mohacsi Istvan
2021-06-28 10:41:21 +02:00
parent 500ed354f0
commit 35cebb59e4
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ uint64_t JfjFrameWorker::get_frame(BufferBinaryFormat& buffer){
//std::cout << "New packages" << std::endl;
m_buffer.fill_from(m_udp_receiver);
if (m_buffer.is_empty()) { continue; }
std::cout << "\tGot " << m_buffer.size() << std::endl;
// std::cout << "\tGot " << m_buffer.size() << std::endl;
// ... and process them
auto pulse_id = process_packets(buffer);