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

Method ModuleLoader

src/runtime/core/module/module_loader.h:19–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class ModuleLoader {
18 public:
19 ModuleLoader()
20 : logger_ptr_(std::make_shared<aimrt::common::util::LoggerWrapper>()) {}
21 ~ModuleLoader() { UnLoadPkg(); }
22
23 ModuleLoader(const ModuleLoader&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected