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

Method NativeHandle

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

Source from the content-addressed store, hash-verified

40 explicit operator bool() const { return (base_ptr_ != nullptr); }
41
42 const aimrt_core_base_t* NativeHandle() const { return base_ptr_; }
43
44 ModuleInfo Info() const {
45 AIMRT_ASSERT(base_ptr_, "Reference is null.");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected