Skip to main content

Module dev_fields

Module dev_fields 

Source
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§

DevFieldInfo
Runtime description of a single developer field.
DevFieldRegistry
Registry of developer field schemas, populated from developer_data_id and field_description messages flowing through the typed decoder.

Functions§

base_type_to_type_name
Map a BaseType to the type_name string expected by crate::transforms::enum_strings::enum_str_by_value and typed_decoder::transform_value.