diff options
author | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
---|---|---|
committer | Matthias P. Braendli (think) <matthias@mpb.li> | 2012-08-28 16:03:53 +0200 |
commit | dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86 (patch) | |
tree | 3329dcef75f400bb349968c38c8af97d82a5a3e6 /src/ParserConfigfile.h | |
parent | 413f7559ad7fec7dd177b02862c559be95487c2d (diff) | |
download | dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.gz dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.tar.bz2 dabmux-dcf8a55ea3d46776f0ba32f28e7e936b92bf6e86.zip |
crc-dabmux: configuration file: added shortlabel support
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r-- | src/ParserConfigfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h index ef63eb2..a09d1fc 100644 --- a/src/ParserConfigfile.h +++ b/src/ParserConfigfile.h @@ -33,6 +33,8 @@ #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, |