Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Slow mode assumes time units in seconds #125

Open
matthew-d-jones opened this issue May 5, 2021 · 0 comments
Open

Slow mode assumes time units in seconds #125

matthew-d-jones opened this issue May 5, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@matthew-d-jones
Copy link
Contributor

matthew-d-jones commented May 5, 2021

Slow mode assumes event_time_zero datasets and NXlog time datasets have units of seconds.
If event_time_zero is not in seconds then the stream will appear to start but hang.

Note that publishing sample environment also has a very crude implementation which assumes a constant 10Hz source:

auto frameNumber = static_cast<size_t>(std::floor(time / 0.1));

@matthew-d-jones matthew-d-jones added the bug Something isn't working label May 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant