summaryrefslogtreecommitdiffstats
path: root/src/DabMultiplexer.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-04-01 13:24:56 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-04-01 13:24:56 +0200
commitee0db2ebbc3e0e9d6a50e8ab3fd108d903afed2a (patch)
treec8b983b5a60ccdd77bb3ba6c2337cd74dba85391 /src/DabMultiplexer.h
parent8a855958f7be056220f1ce2c32b8090871528f23 (diff)
downloaddabmux-ee0db2ebbc3e0e9d6a50e8ab3fd108d903afed2a.tar.gz
dabmux-ee0db2ebbc3e0e9d6a50e8ab3fd108d903afed2a.tar.bz2
dabmux-ee0db2ebbc3e0e9d6a50e8ab3fd108d903afed2a.zip
Remove incomplete setptree ManagementServer command
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r--src/DabMultiplexer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h
index 88e0cb2..ab56090 100644
--- a/src/DabMultiplexer.h
+++ b/src/DabMultiplexer.h
@@ -66,8 +66,6 @@ class DabMultiplexer : public RemoteControllable {
void print_info(void);
- void update_config(boost::property_tree::ptree pt);
-
void set_edi_config(const edi_configuration_t& new_edi_conf);
/* Remote control */
@@ -81,7 +79,6 @@ class DabMultiplexer : public RemoteControllable {
void prepare_subchannels(void);
void prepare_services_components(void);
void prepare_data_inputs(void);
- void reconfigure(void);
boost::property_tree::ptree m_pt;
std::shared_ptr<BaseRemoteController> m_rc;
@@ -98,10 +95,6 @@ class DabMultiplexer : public RemoteControllable {
std::shared_ptr<dabEnsemble> ensemble;
- // Multiplex reconfiguration requires two sets of configurations
- boost::property_tree::ptree m_pt_next;
- std::shared_ptr<dabEnsemble> ensemble_next;
-
ClockTAI m_clock_tai;
#if HAVE_OUTPUT_EDI