We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the function takes a rcl_time_point_t * but neither checks the clock_type nor set the clock_type:
rcl_time_point_t *
clock_type
rcl/rcl/src/rcl/time.c
Lines 228 to 240 in d3a734f
Should the signature be changed to a rcl_time_point_value_t instead?
rcl_time_point_value_t
The text was updated successfully, but these errors were encountered:
See proposed changed (part of #272): 28e6ba1
Sorry, something went wrong.
dirk-thomas
No branches or pull requests
Currently the function takes a
rcl_time_point_t *
but neither checks theclock_type
nor set theclock_type
:rcl/rcl/src/rcl/time.c
Lines 228 to 240 in d3a734f
Should the signature be changed to a
rcl_time_point_value_t
instead?The text was updated successfully, but these errors were encountered: