Skip to content
Snippets Groups Projects
Commit 8e2b643e authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Updated the daqd shmem receiver to print a message when it finds and uses a skipped cycle.

parent f8bd42d0
No related branches found
No related tags found
1 merge request!173Updated the daqd shmem receiver to print a message when it finds and uses a skipped cycle.
......@@ -172,6 +172,9 @@ private:
if ( actual_gps == expected_gps &&
get_total_dcus( next_cycle ) != 0 )
{
std::cout
<< "shmem_receiver handle_cycle_jumps found skipped cycle "
<< actual_gps << ":" << next_cycle << "\n";
return next_cycle;
}
std::cout << "shmem_receiver looking for gps=" << expected_gps
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment