| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected