MCPcopy Create free account
hub / github.com/AimRT/AimRT / TimerBase

Method TimerBase

src/interface/aimrt_module_cpp_interface/executor/timer.h:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class TimerBase {
15 public:
16 TimerBase(ExecutorRef executor, std::chrono::nanoseconds period)
17 : executor_(executor), period_(period) {}
18
19 virtual ~TimerBase() = default;
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected