From 90e6b062089d682346d44fc510e6fd885c437853 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Wed, 6 May 2020 12:06:07 +0200 Subject: [PATCH] Debug output --- sf-buffer/src/sf_stream.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sf-buffer/src/sf_stream.cpp b/sf-buffer/src/sf_stream.cpp index f30640b..d04998c 100644 --- a/sf-buffer/src/sf_stream.cpp +++ b/sf-buffer/src/sf_stream.cpp @@ -88,6 +88,8 @@ int main (int argc, char *argv[]) auto read_us_duration = chrono::duration_cast( read_end_time-start_time).count(); + cout << "We got frame " << metadata->module[0].pulse_id << endl; + // TODO: Place this tests in the appropriate spot. // if (frame_meta_buffer->pulse_id[i_buffer] !=