diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 13:54:24 +0200 |
commit | f8ee21192238bb5858db9c473dde711e4584dc6a (patch) | |
tree | 930f8619c460b7484fe9d5420aaaf2f5d834e3ad /src/utils.h | |
parent | 56b5c6ae12136c1c24a8e8f6d001d72bf01b0967 (diff) | |
download | dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.gz dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.tar.bz2 dabmux-f8ee21192238bb5858db9c473dde711e4584dc6a.zip |
Add possibility to set several user application types in FIG0/13
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/utils.h b/src/utils.h index c9beb8e..cf64c69 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2018 + Copyright (C) 2020 Matthias P. Braendli, matthias.braendli@mpb.li This file contains a set of utility functions that are used to show @@ -68,17 +68,10 @@ void printUsageConfigfile(char *name, FILE* out = stderr); * resp. subchannels*/ void printOutputs(const std::vector<std::shared_ptr<DabOutput> >& outputs); -void printServices(const std::vector<std::shared_ptr<DabService> >& services); - -void printComponents(const vec_sp_component& components); - -void printSubchannels(const vec_sp_subchannel& subchannels); - /* Print information about the whole ensemble */ void printEnsemble(const std::shared_ptr<dabEnsemble>& ensemble); -/* Print detailed component information */ -void printComponent(const std::shared_ptr<DabComponent>& component); +void printSubchannels(const vec_sp_subchannel& subchannels); long hexparse(const std::string& input); |