RTEMS Clock::getDateAndTime needs conversion from ticks to microseconds. #344
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#344
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
RTEMS uses ticks in rtems_time_of_day instead of microseconds. The correct amount of ticks per second must be used to convert here. (rtems_clock_get_ticks_per_second)
RTEMS Clock::getDateAndTime needs conversion from tics to microseconds.to RTEMS Clock::getDateAndTime needs conversion from ticks to microseconds.This will be fixed with the next updates, I implemented a conversion dependant on the system ticks per second.
Fixed in #363