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

Method Info

src/runtime/core/module/module_maneger_test.cc:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 class MockModule : public aimrt::ModuleBase {
15 public:
16 ModuleInfo Info() const override {
17 ModuleInfo info;
18 info.name = TESTMODULE;
19 return info;
20 }
21
22 bool Initialize(CoreRef core) override {
23 is_initialized_ = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected