pub fn controller_from_ascii_name(
name: &str,
ctx: NodeTypeContext,
) -> Option<MdlControllerType>Expand description
Returns the controller type code for an ASCII name in a given node context.
Case-insensitive lookup. Base controllers are checked first, then
the type-specific table. Returns None for unrecognized names.