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

Method RegisterModule

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

Source from the content-addressed store, hash-verified

64
65 void RegisterModule(std::string_view pkg, const aimrt_module_base_t* module);
66 void RegisterModule(const aimrt_module_base_t* module) { RegisterModule("core", module); }
67
68 const aimrt_core_base_t* CreateModule(std::string_view pkg, aimrt_module_info_t module_info);
69 const aimrt_core_base_t* CreateModule(aimrt_module_info_t module_info) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected