diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-30 12:08:54 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-10-30 12:08:54 +0100 |
commit | cbefbb6f3cefd31cb9e8389638cd1301309579f8 (patch) | |
tree | 884711497d6c86cf2b73da9e4ca8026fa1730534 /lib/edi/common.hpp | |
parent | 789dce2ee38a04d4b623a85d23a045f12f19240e (diff) | |
download | dabmod-cbefbb6f3cefd31cb9e8389638cd1301309579f8.tar.gz dabmod-cbefbb6f3cefd31cb9e8389638cd1301309579f8.tar.bz2 dabmod-cbefbb6f3cefd31cb9e8389638cd1301309579f8.zip |
Pull code from common commit 67a62df, replacing put_time
Diffstat (limited to 'lib/edi/common.hpp')
-rw-r--r-- | lib/edi/common.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/edi/common.hpp b/lib/edi/common.hpp index 5d15f8d..8252a7a 100644 --- a/lib/edi/common.hpp +++ b/lib/edi/common.hpp @@ -46,7 +46,6 @@ struct frame_timestamp_t { static frame_timestamp_t from_unix_epoch(std::time_t time, uint32_t tai_utc_offset, uint32_t tsta); }; - struct decode_state_t { decode_state_t(bool _complete, size_t _num_bytes_consumed) : complete(_complete), num_bytes_consumed(_num_bytes_consumed) {} |