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

Method GetRpcHandle

src/interface/aimrt_module_cpp_interface/core.h:102–105  ·  view source on GitHub ↗

* @brief Get rpc handle * * @return rpc::RpcHandleRef */

Source from the content-addressed store, hash-verified

100 * @return rpc::RpcHandleRef
101 */
102 rpc::RpcHandleRef GetRpcHandle() const {
103 AIMRT_ASSERT(base_ptr_, "Reference is null.");
104 return rpc::RpcHandleRef(base_ptr_->rpc_handle(base_ptr_->impl));
105 }
106
107 /**
108 * @brief Get channel handle

Callers 15

InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
InitializeMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
InitializeMethod · 0.80

Calls 1

RpcHandleRefClass · 0.85

Tested by

no test coverage detected