summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 17:51:47 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-06-05 17:51:47 +0200
commitf1832dd977078a60b343673c60092d3d5d030398 (patch)
treec1d585a637a24732507b0b6f94ebe5151fb493c2 /src/MuxElements.h
parent7378fc903a26f779c48114e6305a89e59a3285d6 (diff)
downloaddabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.gz
dabmux-f1832dd977078a60b343673c60092d3d5d030398.tar.bz2
dabmux-f1832dd977078a60b343673c60092d3d5d030398.zip
Add initial implementation for FIG0/24
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index 7f1b828..6a1ca74 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -406,6 +406,9 @@ class DabService : public RemoteControllable
uint16_t ASu = 0;
std::vector<uint8_t> clusters;
+ // Ensembles in which this service is also available, used for FIG0/24
+ std::vector<uint16_t> other_ensembles;
+
subchannel_type_t getType(const std::shared_ptr<dabEnsemble> ensemble) const;
bool isProgramme(const std::shared_ptr<dabEnsemble>& ensemble) const;
unsigned char nbComponent(const std::vector<DabComponent*>& components) const;