mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-08 23:42:26 +02:00
Rename core_config to buffer_config namespace
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "formats.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace core_buffer;
|
||||
using namespace buffer_config;
|
||||
|
||||
TEST(FastQueue, basic_interaction)
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
using namespace std;
|
||||
using namespace core_buffer;
|
||||
using namespace buffer_config;
|
||||
|
||||
TEST(bitshuffle, simple_compression)
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using namespace std;
|
||||
TEST(BufferUtils, get_filename)
|
||||
{
|
||||
auto expected_file = "/root/device-1/12300000/12345000" +
|
||||
core_buffer::FILE_EXTENSION;
|
||||
buffer_config::FILE_EXTENSION;
|
||||
|
||||
auto root_folder = "/root";
|
||||
auto device_name = "device-1";
|
||||
|
||||
Reference in New Issue
Block a user