Expand description
Developer field schema registry.
Collects developer_data_id (mesg 207) and field_description (mesg 206)
messages during decode, then resolves raw dev-field bytes into typed values.
Structs§
- DevField
Info - Runtime description of a single developer field.
- DevField
Registry - Registry of developer field schemas, populated from
developer_data_idandfield_descriptionmessages flowing through the typed decoder.
Functions§
- base_
type_ to_ type_ name - Map a
BaseTypeto thetype_namestring expected bycrate::transforms::enum_strings::enum_str_by_valueandtyped_decoder::transform_value.