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

Method GetParameterHandle

src/interface/aimrt_module_cpp_interface/core.h:122–125  ·  view source on GitHub ↗

* @brief Get parameter handle * * @return parameter::ParameterHandleRef */

Source from the content-addressed store, hash-verified

120 * @return parameter::ParameterHandleRef
121 */
122 parameter::ParameterHandleRef GetParameterHandle() const {
123 AIMRT_ASSERT(base_ptr_, "Reference is null.");
124 return parameter::ParameterHandleRef(base_ptr_->parameter_handle(base_ptr_->impl));
125 }
126
127 private:
128 const aimrt_core_base_t* base_ptr_ = nullptr;

Callers

nothing calls this directly

Calls 1

ParameterHandleRefClass · 0.85

Tested by

no test coverage detected