mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 15:04:11 +02:00
Get n_frames from WriterManager
This commit is contained in:
@@ -202,4 +202,9 @@ bool WriterManager::are_all_parameters_set()
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
size_t WriterManager::get_n_frames()
|
||||
{
|
||||
return n_frames;
|
||||
}
|
||||
Reference in New Issue
Block a user