-
Notifications
You must be signed in to change notification settings - Fork 403
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
iox-1391 Move time-related classes to Time
module
#1863
iox-1391 Move time-related classes to Time
module
#1863
Conversation
e770c38
to
0266452
Compare
Codecov Report
@@ Coverage Diff @@
## master #1863 +/- ##
=======================================
Coverage 74.97% 74.97%
=======================================
Files 383 383
Lines 14692 14692
Branches 2099 2099
=======================================
+ Hits 11015 11016 +1
Misses 3031 3031
+ Partials 646 645 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No please do not name this Time
it is a Units
module. Otherwise we will create in the near future a lot of additional tiny modules with one or two classes of content.
It may makes sense that in this Units
module is later also a unit for velocity
, acceleration
etc. for our users or we have an abstraction for of the unit memory
@mossmaurice The high level classes like |
@elfenpiff Thanks for your review and remarks.
I remember we had this discussion in #1600 during October 2022. I can definitely see your point that @elBoberido What's your take? Shall we change the plan? |
c5d5c25
to
d84afd9
Compare
@mossmaurice Let it be The deadline timer uses the duration and has no posix dependency and can therefore be stored simply in The adaptive wait is a little bit more complicated. It uses |
@elfenpiff Got it. It's now as follows:
I'll carve out the |
c41239a
to
17e1f4d
Compare
@mossmaurice while |
…module Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
39462aa
to
525c006
Compare
…mer' and 'Duration' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…paths to the script Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
… file Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
525c006
to
a264a65
Compare
That's true, I'll address that on the follow-up PR. |
Pre-Review Checklist for the PR Author
iox-123-this-is-a-branch
)iox-#123 commit text
)task-list-completed
)iceoryx_hoofs
are added to./clang-tidy-diff-scans.txt
Notes for Reviewer
deadline_timer
,adaptive_wait
andDuration
toTime
modulecxx
Checklist for the PR Reviewer
iceoryx_hoofs
have been added to./clang-tidy-diff-scans.txt
Post-review Checklist for the PR Author
References
iceoryx_hoofs
into logical modules #1391 (Partly)