Skip to content
Snippets Groups Projects

Add property to HLT1 output that allows configuration of the MBM communication method

Merged Roel Aaij requested to merge ra-hlt1-output-configure-mbm-com into master
All threads resolved!
Files
4
@@ -19,12 +19,14 @@
#include <sys/types.h>
#include <unistd.h>
#include <Kernel/meta_enum.h>
#include <Event/ODIN.h>
#include <Event/RawBank.h>
#include <Allen/AllenUnits.h>
#include <Allen/BankMapping.h>
#include <Allen/Common.h>
#include <Allen/TransposeTypes.h>
#include <Event/ODIN.h>
#include <Event/RawBank.h>
#include <EventBuilding/MEP_tools.hpp>
#include <EventBuilding/MFP_tools.hpp>
@@ -35,6 +37,8 @@ namespace {
namespace MEP {
meta_enum_class( MBMCom, int, Unknown = 10, None = 0, FIFO = 1, Asio = 2, Unix = 4, SHM1 = 8, SHM2 = 9 )
using SourceOffsets = std::vector<std::vector<uint32_t>>;
struct Block {
Loading