MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / schedule

Method schedule

dds/DCPS/SporadicTask.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace DCPS {
14
15void SporadicTask::schedule(const TimeDuration& delay)
16{
17 schedule_i(time_source_.monotonic_time_point_now() + delay, delay);
18}
19
20void SporadicTask::schedule_max(const MonotonicTimePoint& release_time,
21 const TimeDuration& minimum_delay)

Callers 1

update_scheduleMethod · 0.45

Calls 1

Tested by

no test coverage detected