From 9b5dad36648022a1d78f4060a30edc0fb8e32001 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Feb 2018 16:10:36 +0100 Subject: Check Linkage set key service on startup --- src/MuxElements.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/MuxElements.h') diff --git a/src/MuxElements.h b/src/MuxElements.h index 6b8b718..16db414 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -226,6 +226,9 @@ class dabEnsemble : public RemoteControllable { /* Getting a parameter always returns a string. */ virtual const std::string get_parameter(const std::string& parameter) const; + /* Check if the Linkage Sets are valid */ + bool validate_linkage_sets(void); + /* all fields are public, since this was a struct before */ uint16_t id = 0; uint8_t ecc = 0; -- cgit v1.2.3