mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-12 06:35:35 +02:00
Remove unused code
This commit is contained in:
@@ -36,10 +36,6 @@ namespace core_buffer {
|
||||
const int BUFFER_UDP_US_TIMEOUT = 2 * 1000;
|
||||
// HWM for live stream from buffer.
|
||||
const int BUFFER_ZMQ_SNDHWM = 100;
|
||||
// Name of the dataset where we store the images.
|
||||
const std::string BUFFER_H5_FRAME_DATASET = "image";
|
||||
// Name of the dataset where we store metadata.
|
||||
const std::string BUFFER_H5_METADATA_DATASET = "metadata";
|
||||
// IPC address of the live stream.
|
||||
const std::string BUFFER_LIVE_IPC_URL = "ipc:///tmp/sf-live-";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user