From 9d6ddfcb36115084237bac3a3f1c49ddf0da765f Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 15 Jan 2021 08:22:18 +0100 Subject: Common 6b5db53: Update zmq.hpp, TCPReceiveServer, EDI decoder and output --- src/Outputs.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/Outputs.h') diff --git a/src/Outputs.h b/src/Outputs.h index a419925..857349a 100644 --- a/src/Outputs.h +++ b/src/Outputs.h @@ -27,10 +27,10 @@ #include "common.h" #include "zmq.hpp" #include "ClockTAI.h" -#include "edi/TagItems.h" -#include "edi/TagPacket.h" -#include "edi/AFPacket.h" -#include "edi/Transport.h" +#include "edioutput/TagItems.h" +#include "edioutput/TagPacket.h" +#include "edioutput/AFPacket.h" +#include "edioutput/Transport.h" extern "C" { #include "encryption.h" } @@ -138,6 +138,9 @@ class EDI: public Base { void add_udp_destination(const std::string& host, unsigned int port); void add_tcp_destination(const std::string& host, unsigned int port); + // Enables PFT layer and sets FEC + void set_fec(int fec); + void set_tist(bool enable, uint32_t delay_ms, const std::chrono::system_clock::time_point& ts); bool enabled() const; -- cgit v1.2.3