summaryrefslogtreecommitdiffstats
path: root/src/Outputs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Outputs.h')
-rw-r--r--src/Outputs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Outputs.h b/src/Outputs.h
index 1211841..7184206 100644
--- a/src/Outputs.h
+++ b/src/Outputs.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);
bool enabled() const;