Re-exports§
pub use crate::translator::translates_all_bit_types;
pub use crate::translator::BasicTranslator;
pub use crate::translator::Translator;
pub use crate::translator::WaveSource;
pub use crate::variable_index::VariableIndex;
Modules§
- field_
ref 🔒 - plugin_
types - result 🔒
- scope_
ref 🔒 - translator
- Definition of the main
Translator
trait and the simplified versionBasicTranslator
. - variable_
index - variable_
ref 🔒
Structs§
- Field
Ref - A reference to a field of a larger variable, such as a field in a struct. The fields are the recursive path to the fields inside the (translated) root
- Hier
Format Result - Plugin
Config - Scope
Ref - SubField
Flat Translation Result - SubField
Translation Result - Translated
Value - Translation
Result - Variable
Meta - Variable
Ref
Enums§
- Translation
Preference - Value
Kind - Value
Repr - The representation of the value, compound values can be be represented by the repr of their subfields
- Variable
Direction - Variable
Encoding - Variable
Info - Static information about the structure of a variable.
- Variable
Type - Variable
Value