![]() |
Project
|
#include "Mocking.h"
#include <catch_amalgamated.hpp>
#include "../src/DDSConfigHelpers.h"
#include "../src/DeviceSpecHelpers.h"
#include "../src/SimpleResourceManager.h"
#include "../src/ComputingResourceHelpers.h"
#include "Framework/DataAllocator.h"
#include "Framework/DeviceControl.h"
#include "Framework/DeviceSpec.h"
#include "Framework/DriverConfig.h"
#include "Framework/ProcessingContext.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/ConfigContext.h"
#include "Framework/ConfigParamStore.h"
#include "Framework/ConfigParamRegistry.h"
#include <chrono>
#include <sstream>
#include <thread>
#include <memory>
Go to the source code of this file.
Functions | |
AlgorithmSpec | simplePipe (o2::header::DataDescription what) |
TEST_CASE ("TestDDS") | |
AlgorithmSpec simplePipe | ( | o2::header::DataDescription | what | ) |
Definition at line 35 of file test_FrameworkDataFlowToDDS.cxx.
TEST_CASE | ( | "TestDDS" | ) |
Definition at line 123 of file test_FrameworkDataFlowToDDS.cxx.