summaryrefslogtreecommitdiffstats
path: root/src/ParserConfigfile.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-22 11:38:14 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-08-22 11:38:14 +0200
commit7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde (patch)
treedb39d470c3209f5385f53ae453321a9f5f2f2b16 /src/ParserConfigfile.h
parent4e141ca1ebc12b8d647ed62c2930bf41166a4583 (diff)
downloaddabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.tar.gz
dabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.tar.bz2
dabmux-7a056ef2cb94fb2fa45d8ecaed9dd97e99749fde.zip
Add experimental EDI to configuration file
Diffstat (limited to 'src/ParserConfigfile.h')
-rw-r--r--src/ParserConfigfile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ParserConfigfile.h b/src/ParserConfigfile.h
index 75f4f13..95951d1 100644
--- a/src/ParserConfigfile.h
+++ b/src/ParserConfigfile.h
@@ -31,6 +31,7 @@
#include <vector>
#include <string>
#include "MuxElements.h"
+#include "DabMux.h"
#include <boost/property_tree/ptree.hpp>
void parse_configfile(std::string configuration_file,
@@ -41,7 +42,8 @@ void parse_configfile(std::string configuration_file,
bool* factumAnalyzer,
unsigned long* limit,
BaseRemoteController** rc,
- int* statsServerPort);
+ int* statsServerPort,
+ edi_configuration_t* edi);
void setup_subchannel_from_ptree(dabSubchannel* subchan,
boost::property_tree::ptree &pt,