aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edi/common.hpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2024-08-20 15:02:41 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2024-08-20 15:02:41 +0200
commit11a5d823958ec103c6a473a7fa322847ca74dee7 (patch)
treeda094c781430dae17816a4f264fe93261da4aea2 /lib/edi/common.hpp
parent2306377230caee715de737ba6edd68e8a878fa97 (diff)
downloaddabmod-11a5d823958ec103c6a473a7fa322847ca74dee7.tar.gz
dabmod-11a5d823958ec103c6a473a7fa322847ca74dee7.tar.bz2
dabmod-11a5d823958ec103c6a473a7fa322847ca74dee7.zip
Common: improve multicast reception
Diffstat (limited to 'lib/edi/common.hpp')
-rw-r--r--lib/edi/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp
index f273ecf..fdd7424 100644
--- a/lib/edi/common.hpp
+++ b/lib/edi/common.hpp
@@ -39,7 +39,7 @@ struct frame_timestamp_t {
uint32_t utco = 0;
uint32_t tsta = 0xFFFFFF; // According to EN 300 797 Annex B
- bool valid() const;
+ bool is_valid() const;
std::string to_string() const;
std::time_t to_unix_epoch() const;
std::chrono::system_clock::time_point to_system_clock() const;