diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-01-06 22:11:12 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-01-06 22:11:12 +0100 |
commit | 409ec7f6899693fb7f1c141945f83fe6cfa41827 (patch) | |
tree | 3db3acdbf00b85f98c6dc37366ef0389735bb9a6 /src/DabMultiplexer.h | |
parent | 9566a524f87d9de68d7fd16660e9c467a588559e (diff) | |
download | dabmux-409ec7f6899693fb7f1c141945f83fe6cfa41827.tar.gz dabmux-409ec7f6899693fb7f1c141945f83fe6cfa41827.tar.bz2 dabmux-409ec7f6899693fb7f1c141945f83fe6cfa41827.zip |
Move some constants aroundnext
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index d3cdb75..92fa2c0 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2024 + Copyright (C) 2025 Matthias P. Braendli, matthias.braendli@mpb.li */ /* @@ -118,20 +118,3 @@ class DabMultiplexer : public RemoteControllable { /* New FIG Carousel */ FIC::FIGCarousel fig_carousel; }; - -// Data bitrate in kbits/s. Must be 64 kb/s multiple. -#define DEFAULT_DATA_BITRATE 384 -#define DEFAULT_PACKET_BITRATE 32 - -/* default ensemble parameters. Label must be max 16 chars, short label - * a subset of the label, max 8 chars - */ -#define DEFAULT_ENSEMBLE_LABEL "ODR Dab Mux" -#define DEFAULT_ENSEMBLE_SHORT_LABEL "ODRMux" -#define DEFAULT_ENSEMBLE_ID 0xc000 -#define DEFAULT_ENSEMBLE_ECC 0xa1 - -// start value for default service IDs (if not overridden by configuration) -#define DEFAULT_SERVICE_ID 50 -#define DEFAULT_PACKET_ADDRESS 0 - |