![]() |
Project
|
#include "Framework/DataModelViews.h"#include "Framework/DataProcessingHeader.h"#include "Headers/DataHeader.h"#include "Headers/Stack.h"#include <fairmq/TransportFactory.h>#include <cstring>#include <catch_amalgamated.hpp>Go to the source code of this file.
Typedefs | |
| using | DataHeader = o2::header::DataHeader |
| using | Stack = o2::header::Stack |
Functions | |
| TEST_CASE ("SinglePair") | |
| TEST_CASE ("OldStyleMultipart") | |
| TEST_CASE ("NewStyleMultiPayload") | |
| TEST_CASE ("MixedLayout") | |
| using DataHeader = o2::header::DataHeader |
Definition at line 21 of file test_DataModelViews.cxx.
| using Stack = o2::header::Stack |
Definition at line 22 of file test_DataModelViews.cxx.
| TEST_CASE | ( | "MixedLayout" | ) |
Definition at line 160 of file test_DataModelViews.cxx.
| TEST_CASE | ( | "NewStyleMultiPayload" | ) |
Definition at line 122 of file test_DataModelViews.cxx.
| TEST_CASE | ( | "OldStyleMultipart" | ) |
Definition at line 81 of file test_DataModelViews.cxx.
| TEST_CASE | ( | "SinglePair" | ) |
Definition at line 52 of file test_DataModelViews.cxx.