From d4797ace7fcee41d9c9cdf35a3cac54e4c0235db Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 26 Jan 2015 22:10:29 +0100 Subject: EDI: write transport header in PFT --- src/dabOutput/dabOutput.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/dabOutput/dabOutput.h') diff --git a/src/dabOutput/dabOutput.h b/src/dabOutput/dabOutput.h index 108fd3d..18f3848 100644 --- a/src/dabOutput/dabOutput.h +++ b/src/dabOutput/dabOutput.h @@ -53,6 +53,18 @@ # include "zmq.hpp" #endif +// Configuration for EDI output +struct edi_configuration_t { + bool enabled; + unsigned int source_port; + bool dump; + bool verbose; + bool enable_pft; + std::string dest_addr; + unsigned int dest_port; +}; + + // Abstract base class for all outputs class DabOutput { -- cgit v1.2.3