Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

duration cast missing when using 'ard µsec #431

Open
thirtytwobits opened this issue Feb 2, 2025 · 0 comments
Open

duration cast missing when using 'ard µsec #431

thirtytwobits opened this issue Feb 2, 2025 · 0 comments
Labels
domain-production Pertains to the shippable code rather than any scaffolding

Comments

@thirtytwobits
Copy link
Contributor

We need to search for all places in the code that do this:

 TimePoint{std::chrono::microseconds{out_transfer.timestamp_usec}};

and replace them with this:

 TimePoint{std::chrono::duration_cast<Duration>(std::chrono::microseconds{out_transfer.timestamp_usec})};
@pavel-kirienko pavel-kirienko added class-defect domain-production Pertains to the shippable code rather than any scaffolding and removed class-defect labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain-production Pertains to the shippable code rather than any scaffolding
Projects
None yet
Development

No branches or pull requests

2 participants