diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-17 09:48:56 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2024-01-17 09:50:50 +0100 |
commit | 0b7d58968b37dc9d36a90d3fb439891a57b81a18 (patch) | |
tree | 22c3c5106b49d5364f7f926a440fee894889e545 /src/input/Edi.h | |
parent | c2e1b31a7c5a948b6155bc9fcaee4defbf4504bd (diff) | |
download | dabmux-0b7d58968b37dc9d36a90d3fb439891a57b81a18.tar.gz dabmux-0b7d58968b37dc9d36a90d3fb439891a57b81a18.tar.bz2 dabmux-0b7d58968b37dc9d36a90d3fb439891a57b81a18.zip |
Update ClockTAI and RemoteControl
Diffstat (limited to 'src/input/Edi.h')
-rw-r--r-- | src/input/Edi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/Edi.h b/src/input/Edi.h index cf4c576..3de17a7 100644 --- a/src/input/Edi.h +++ b/src/input/Edi.h @@ -2,7 +2,7 @@ Copyright (C) 2009 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2019 + Copyright (C) 2024 Matthias P. Braendli, matthias.braendli@mpb.li http://www.opendigitalradio.org @@ -78,6 +78,7 @@ class Edi : public InputBase, public RemoteControllable { /* Remote control */ virtual void set_parameter(const std::string& parameter, const std::string& value); virtual const std::string get_parameter(const std::string& parameter) const; + virtual const json::map_t get_all_values() const; protected: void m_run(); |