mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-20 21:26:49 +02:00
Make function const
This commit is contained in:
@@ -63,7 +63,7 @@ void* ZmqPulseReceiver::connect_socket(const string url)
|
||||
return socket;
|
||||
}
|
||||
|
||||
uint64_t ZmqPulseReceiver::get_next_pulse_id()
|
||||
uint64_t ZmqPulseReceiver::get_next_pulse_id() const
|
||||
{
|
||||
uint64_t pulses[n_modules_];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user