diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-16 13:54:01 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-01-16 13:54:01 +0100 |
commit | 1df947bae7346948e08edb75616d34fcf8802dae (patch) | |
tree | 4f26efa73b82c3404f8bedbe5efae732afb570b2 /src/utils.hpp | |
parent | adcee856b3628f013d31ed890bf1a28cb4d688cd (diff) | |
download | etisnoop-1df947bae7346948e08edb75616d34fcf8802dae.tar.gz etisnoop-1df947bae7346948e08edb75616d34fcf8802dae.tar.bz2 etisnoop-1df947bae7346948e08edb75616d34fcf8802dae.zip |
Add FIG2 label decoding with draft TS 103 176 v2.2.1 support
Diffstat (limited to 'src/utils.hpp')
-rw-r--r-- | src/utils.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils.hpp b/src/utils.hpp index e473166..524ef09 100644 --- a/src/utils.hpp +++ b/src/utils.hpp @@ -103,5 +103,3 @@ std::string pnum_to_str(uint16_t Programme_Number); // -90dB int absolute_to_dB(int16_t value); -// Calculate the shortlabel from the label and the flag -std::string flag_to_shortlabel(const std::string& label, uint16_t flag); |