From d617d4550eeb3a174ff2eb8d0bca2844af2cd9e7 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 1 Oct 2019 15:17:09 +0200 Subject: Use new EDI input API with callback --- src/input/Edi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/input/Edi.h') diff --git a/src/input/Edi.h b/src/input/Edi.h index 6f8c013..ed4d7cf 100644 --- a/src/input/Edi.h +++ b/src/input/Edi.h @@ -82,6 +82,8 @@ class Edi : public InputBase, public RemoteControllable { protected: void m_run(); + void m_new_sti_frame_callback(EdiDecoder::sti_frame_t&& frame); + std::mutex m_mutex; enum class InputUsed { Invalid, UDP, TCP }; -- cgit v1.2.3