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

Method Info

src/examples/cpp/executor/module/timer_module/timer_module.h:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 ~TimerModule() override = default;
16
17 [[nodiscard]] ModuleInfo Info() const override {
18 return ModuleInfo{.name = "TimerModule"};
19 }
20
21 bool Initialize(aimrt::CoreRef core) override;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected