diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-20 18:14:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-20 18:14:51 +0200 |
commit | 0887d7e859605fad9617681695e70e3ef738a19c (patch) | |
tree | 0ac353c86a5315f2af18dd0d86fde6c51907b5c8 /src/TII.h | |
parent | 595606ca4ed3011af19c6d8a9f95519d84320120 (diff) | |
download | dabmod-0887d7e859605fad9617681695e70e3ef738a19c.tar.gz dabmod-0887d7e859605fad9617681695e70e3ef738a19c.tar.bz2 dabmod-0887d7e859605fad9617681695e70e3ef738a19c.zip |
Add main loop RC metrics
Diffstat (limited to 'src/TII.h')
-rw-r--r-- | src/TII.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ class TII : public ModCodec, public RemoteControllable { public: TII(unsigned int dabmode, tii_config_t& tii_config); + virtual ~TII() {} int process(Buffer* dataIn, Buffer* dataOut) override; const char* name() override; |