Skip to content

duration cast missing when using 'ard µsec #431

@thirtytwobits

Description

@thirtytwobits

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})};

Metadata

Metadata

Assignees

Labels

domain-productionPertains to the shippable code rather than any scaffolding

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions