We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d1cec commit 201e034Copy full SHA for 201e034
rcl/src/rcl/timer.c
@@ -33,7 +33,8 @@ typedef struct rcl_timer_impl_t
33
rcl_clock_t * clock;
34
// The associated context.
35
rcl_context_t * context;
36
- // A guard condition used to wake a wait set
+ // A guard condition used to wake the associated wait set, either when
37
+ // ROSTime causes the timer to expire or when the timer is reset.
38
rcl_guard_condition_t guard_condition;
39
// The user supplied callback.
40
atomic_uintptr_t callback;
0 commit comments