summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-19 21:29:55 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-01-19 21:29:55 +0100
commit6c482c8f1fdd74f6e7a8a9481b9f2211c559ebad (patch)
tree12378c91fcfddc1974abf91a58662a6a4b70ed89 /src/MuxElements.h
parent72420013928a2d00855ed8ae9c42ac6e229a0b87 (diff)
downloaddabmux-6c482c8f1fdd74f6e7a8a9481b9f2211c559ebad.tar.gz
dabmux-6c482c8f1fdd74f6e7a8a9481b9f2211c559ebad.tar.bz2
dabmux-6c482c8f1fdd74f6e7a8a9481b9f2211c559ebad.zip
Add wrapper class, and use it for all inputs
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r--src/MuxElements.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h
index 539d955..5556c0e 100644
--- a/src/MuxElements.h
+++ b/src/MuxElements.h
@@ -96,8 +96,7 @@ struct dabProtection {
struct dabSubchannel {
const char* inputProto;
const char* inputName;
- void* data;
- dabInputOperations operations;
+ DabInputBase* input;
unsigned char id;
unsigned char type;
uint16_t startAddress;