Skip to main content

ResolvedName

Type Alias ResolvedName 

Source
pub type ResolvedName = String<nros_node::::names::ResolvedName::{constant#0}>;
Expand description

Phase 305 W3 (issue 0255) — the ONE name-resolution seam: ROS 2 source-name expansion (~/relative → FQN, ns=/ collapse) + launch remap substitution (exact-FQN match, first rule wins; no wildcards). Implemented in nros_node::names so both the Rust ExecutorSink and the C-ABI executor-side remap table share one lowering; re-exported here next to SourceNameKind as the source-metadata-level entry point. Owned storage for a resolved (fully-qualified) entity name.

Aliased Type§

pub struct ResolvedName { /* private fields */ }