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

Method GetExecutorManager

src/interface/aimrt_module_cpp_interface/core.h:82–85  ·  view source on GitHub ↗

* @brief Get executor manager handle * * @return ExecutorManagerRef */

Source from the content-addressed store, hash-verified

80 * @return ExecutorManagerRef
81 */
82 executor::ExecutorManagerRef GetExecutorManager() const {
83 AIMRT_ASSERT(base_ptr_, "Reference is null.");
84 return executor::ExecutorManagerRef(base_ptr_->executor_manager(base_ptr_->impl));
85 }
86
87 /**
88 * @brief Get logger handle

Callers 15

CreateExecutorMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
RegisterRpcServiceMethod · 0.80
InitializeMethod · 0.80
StartMethod · 0.80

Calls 1

ExecutorManagerRefClass · 0.85

Tested by

no test coverage detected