diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-31 04:39:16 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-01-31 04:39:16 +0100 |
commit | 21d54ff7296ff33c11b9f7b788417a11e702f0d0 (patch) | |
tree | c29bb1e37fe17588574df5c904936dbc71ae146f /src/DabMultiplexer.h | |
parent | b4f166c1221bb1bb6dd14878dffff74d1c6cd21d (diff) | |
download | dabmux-21d54ff7296ff33c11b9f7b788417a11e702f0d0.tar.gz dabmux-21d54ff7296ff33c11b9f7b788417a11e702f0d0.tar.bz2 dabmux-21d54ff7296ff33c11b9f7b788417a11e702f0d0.zip |
Add TAI bulletin expiry to RC and to munin
Diffstat (limited to 'src/DabMultiplexer.h')
-rw-r--r-- | src/DabMultiplexer.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/DabMultiplexer.h b/src/DabMultiplexer.h index 80b3ab9..499e023 100644 --- a/src/DabMultiplexer.h +++ b/src/DabMultiplexer.h @@ -54,8 +54,11 @@ class DabMultiplexer : public RemoteControllable { public: - DabMultiplexer( - boost::property_tree::ptree pt); + DabMultiplexer(boost::property_tree::ptree pt); + DabMultiplexer(const DabMultiplexer& other) = delete; + DabMultiplexer& operator=(const DabMultiplexer& other) = delete; + ~DabMultiplexer(); + void prepare(bool require_tai_clock); unsigned long getCurrentFrame() { return currentFrame; } |