-
Notifications
You must be signed in to change notification settings - Fork 390
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
Improving units::Duration
#536
Comments
Could work on refactoring method names in units::Duration(first one), if it's still wanted. |
@enkeyz It is still wanted and we would very much appreciate it! I would assign the issue to you and if you run into troubles or other issues just contact us via https://gitter.im/eclipse/iceoryx |
@enkeyz sure, go ahead. If it's not too late, please rename the getter methods with a |
@enkeyz nice!
I would recommend to use the iceoryx_meta approach for developing. Here you can compile and run the tests with the following commands: cd iceoryx
cmake -Bbuild -Hiceoryx_meta -DBUILD_TEST=ON
cd build
make
make all_tests # executes all unit- and integrationtests |
…-to-be-more-meaningful iox-#536 refactored creation/getter method names in units::Duration
Signed-off-by: Simon Hoinkis <[email protected]>
…oryx_dust' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…hrono' dependecy to 'iceoryx_dust' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…ests 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]>
…oryx_dust' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…hrono' dependecy to 'iceoryx_dust' 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]>
…ests Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…lock_gettime' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…oryx_dust' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…hrono' dependecy to 'iceoryx_dust' Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…lock_gettime' 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]>
…ests Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
…ests Signed-off-by: Simon Hoinkis <[email protected]>
Signed-off-by: Simon Hoinkis <[email protected]>
Brief feature description
The
units::Duration
class could have same additional features and improvements.Detailed information
milliseconds
tofromMilliseconds
milliSeconds
->milliseconds
ortoMilliseconds
chrono
typesoperator+=
,operator-=
andoperator*=
Iox #190 fixed point types for duration internal representation #501 (comment)TimePoint
for monotonic and system clock Iox #190 fixed point types for duration internal representation #501 (comment)The text was updated successfully, but these errors were encountered: