diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-04-23 11:18:08 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-04-23 11:18:08 +0200 |
commit | 103841bc578888a828d176eddfdd9fa345549f03 (patch) | |
tree | 6e4f14251adf2b1d6249f2b030aacec7e759b1fd /src/utils.h | |
parent | 397905cb5079205e2a4bb64cca35517e60c01a58 (diff) | |
download | dabmux-103841bc578888a828d176eddfdd9fa345549f03.tar.gz dabmux-103841bc578888a828d176eddfdd9fa345549f03.tar.bz2 dabmux-103841bc578888a828d176eddfdd9fa345549f03.zip |
Rework FIG0/10 DAB time indication to match EDI time
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/utils.h b/src/utils.h index 331a0b2..d037bb3 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,7 +3,7 @@ 2011, 2012 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2020 + Copyright (C) 2025 Matthias P. Braendli, matthias.braendli@mpb.li This file contains a set of utility functions that are used to show @@ -34,10 +34,6 @@ #include <memory> #include "MuxElements.h" -/* Must be called once per ETI frame to update the time */ -void update_dab_time(void); -void get_dab_time(time_t *time, uint32_t *millis); - /* Convert a date and time into the modified Julian date * used in FIG 0/10 * |