Skip to main content

take_custom_transport

Function take_custom_transport 

Source
pub fn take_custom_transport() -> Option<NrosTransportOps>
Expand description

Phase 115.A — drain the registered transport. Returns the previously-registered vtable (None if nothing was registered) and clears the slot. Backends call this from Rmw::open when platform-custom is the active platform; the vtable then lives inside the session for the rest of the process lifetime.