From 2d79c8b23bdee866af53be9418c99b20419a397c Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 3 Dec 2024 15:05:51 +0100 Subject: Add --edi-verbose option --- src/Outputs.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Outputs.h') diff --git a/src/Outputs.h b/src/Outputs.h index 20932d6..3987ca3 100644 --- a/src/Outputs.h +++ b/src/Outputs.h @@ -1,6 +1,6 @@ /* ------------------------------------------------------------------ * Copyright (C) 2011 Martin Storsjo - * Copyright (C) 2020 Matthias P. Braendli + * Copyright (C) 2024 Matthias P. Braendli * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,8 +19,6 @@ #pragma once #include -#include -#include #include #include #include @@ -41,7 +39,6 @@ namespace Output { * * Declaration of all outputs */ - class Base { public: virtual ~Base() {}; @@ -133,6 +130,8 @@ class EDI: public Base { EDI& operator=(const EDI&) = delete; virtual ~EDI() override; + void set_verbose(bool verbose); + void set_odr_version_tag(const std::string& odr_version_tag); void add_udp_destination(const std::string& host, unsigned int port); -- cgit v1.2.3