diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-20 18:14:51 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-20 18:14:51 +0200 |
commit | 0887d7e859605fad9617681695e70e3ef738a19c (patch) | |
tree | 0ac353c86a5315f2af18dd0d86fde6c51907b5c8 /src/TimestampDecoder.h | |
parent | 595606ca4ed3011af19c6d8a9f95519d84320120 (diff) | |
download | dabmod-0887d7e859605fad9617681695e70e3ef738a19c.tar.gz dabmod-0887d7e859605fad9617681695e70e3ef738a19c.tar.bz2 dabmod-0887d7e859605fad9617681695e70e3ef738a19c.zip |
Add main loop RC metrics
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r-- | src/TimestampDecoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index b90c328..25796ca 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -98,6 +98,7 @@ class TimestampDecoder : public RemoteControllable * frame transmission */ TimestampDecoder(double& offset_s); + virtual ~TimestampDecoder() {} frame_timestamp getTimestamp(void); |