No description
![]() * Add tests for time.c module * Add test for function rcl_timer_clock * Fix linter style issues * Add test for rcl_timer_call * Add callback test and improve call test * Add fixture class to reuse timer init/fini code * Change error code returned to match function being tested * Add tests for timer_reset function * Add tests for exchange_callback function * Add null parameter test for get guard condition * Add allocator testing tools auxiliar file * Add tests for failing ini/fini conditions * Add test for get_period function * Add test to get_time_since_last_call * Remove comment related to variable names * Fix return value on test case for fini clock * Address peer review comments * Fix CLang warning, replacing NULL with false Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com> |
||
---|---|---|
.github | ||
rcl | ||
rcl_action | ||
rcl_lifecycle | ||
rcl_yaml_param_parser | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
rcl
This repository contains several packages which are all related to the rcl
package.