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

Method NativeHandle

src/interface/aimrt_module_cpp_interface/module_base.h:59–59  ·  view source on GitHub ↗

* @brief Get native handle * * @return Native handle */

Source from the content-addressed store, hash-verified

57 * @return Native handle
58 */
59 const aimrt_module_base_t* NativeHandle() const { return &base_; }
60
61 private:
62 static aimrt_module_base_t GenBase(void* impl) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected