diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-14 11:14:41 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-14 11:14:41 +0100 |
commit | 6b9857cb1b2ab6b58e6e42df4b0cce54448b10a0 (patch) | |
tree | a59216616d9fd1d0c6468bdc300f9b6c9b6a04e1 /src/ParserConfigfile.h | |
parent | 00f1d412ad410eca7e4032686b907c5e8f7915ec (diff) | |
download | dabmux-6b9857cb1b2ab6b58e6e42df4b0cce54448b10a0.tar.gz dabmux-6b9857cb1b2ab6b58e6e42df4b0cce54448b10a0.tar.bz2 dabmux-6b9857cb1b2ab6b58e6e42df4b0cce54448b10a0.zip |
improve handling of labels
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index 11817e3..f987542 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -3,8 +3,8 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Written by - Matthias P. Braendli, matthias.braendli@mpb.li, 2012 + Copyright (C) 2014 + Matthias P. Braendli, matthias.braendli@mpb.li The command-line parser reads settings from a configuration file whose definition is given in doc/example.config @@ -33,9 +33,6 @@ #include "MuxElements.h" #include <boost/property_tree/ptree.hpp> -void set_short_label(dabLabel& label, std::string& slabel, - const char* applies_to); - void parse_configfile(std::string configuration_file, vector<dabOutput*> &outputs, dabEnsemble* ensemble, |