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

Method ModuleManager

src/runtime/core/module/module_manager.h:54–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53 public:
54 ModuleManager()
55 : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {}
56 ~ModuleManager() = default;
57
58 ModuleManager(const ModuleManager&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected