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

Method execute

dds/DCPS/SporadicTask.h:52–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 {}
51
52 virtual void execute(ReactorWrapper& reactor_wrapper)
53 {
54 RcHandle<SporadicTask> st = sporadic_task_.lock();
55 if (st) {
56 st->update_schedule(reactor_wrapper);
57 }
58 }
59
60 const WeakRcHandle<SporadicTask> sporadic_task_;
61 };

Callers

nothing calls this directly

Calls 2

update_scheduleMethod · 0.80
lockMethod · 0.45

Tested by

no test coverage detected