mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-06 22:34:14 +02:00
Remove module id from RamBuffer
Module id is already present in the buffer package.
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
class RamBuffer {
|
||||
const std::string detector_name_;
|
||||
const int n_modules_;
|
||||
const int module_n_;
|
||||
const int n_slots_;
|
||||
|
||||
const size_t meta_size_;
|
||||
@@ -23,7 +22,6 @@ class RamBuffer {
|
||||
public:
|
||||
RamBuffer(const std::string& detector_name,
|
||||
const int n_modules,
|
||||
const int module_n=0,
|
||||
const int n_slots=RAM_BUFFER_N_SLOTS);
|
||||
~RamBuffer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user