mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-07 01:54:14 +02:00
Rename "writing" to "saving" from ZmqRecvModule
The module should not have a notion of writing - but
This commit is contained in:
@@ -77,7 +77,7 @@ void ZmqRecvModule::start_saving()
|
||||
using namespace chrono;
|
||||
cout << "[" << system_clock::now() << "]";
|
||||
cout << "[ZmqRecvModule::start_saving]";
|
||||
cout << " Enable writing." << endl;
|
||||
cout << " Enable saving." << endl;
|
||||
#endif
|
||||
|
||||
is_saving_ = true;
|
||||
@@ -90,7 +90,7 @@ void ZmqRecvModule::stop_saving()
|
||||
using namespace chrono;
|
||||
cout << "[" << system_clock::now() << "]";
|
||||
cout << "[ZmqRecvModule::stop_saving]";
|
||||
cout << " Enable writing." << endl;
|
||||
cout << " Disable saving." << endl;
|
||||
#endif
|
||||
|
||||
is_saving_ = false;
|
||||
|
||||
Reference in New Issue
Block a user