mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-09 23:22:03 +02:00
Renamed n_images into n_frames
This commit is contained in:
@@ -17,14 +17,14 @@ class WriterManager
|
||||
|
||||
// Initialize in constructor.
|
||||
std::map<std::string, DATA_TYPE>* parameters_type;
|
||||
size_t n_images;
|
||||
size_t n_frames;
|
||||
std::atomic_bool running_flag;
|
||||
std::atomic_bool killed_flag;
|
||||
std::atomic<uint64_t> n_received_frames;
|
||||
std::atomic<uint64_t> n_written_frames;
|
||||
|
||||
public:
|
||||
WriterManager(std::map<std::string, DATA_TYPE>* parameters_type, uint64_t n_images=0);
|
||||
WriterManager(std::map<std::string, DATA_TYPE>* parameters_type, uint64_t n_frames=0);
|
||||
void stop();
|
||||
void kill();
|
||||
bool is_running();
|
||||
|
||||
Reference in New Issue
Block a user