Module firewire_dice_protocols::tcat::extension
source · Expand description
Protocol extension defined by TCAT for ASICs of DICE.
The module includes structure, enumeration, and trait and its implementation for protocol extension defined by TC Applied Technologies (TCAT) for ASICs of Digital Interface Communication Engine (DICE).
Re-exports
pub use caps_section::ExtensionCaps;pub use current_config_section::CurrentRouterParams;pub use current_config_section::CurrentStreamFormatParams;pub use mixer_section::MixerCoefficientParams;pub use mixer_section::MixerSaturationParams;pub use peak_section::PeakParams;pub use router_section::RouterParams;pub use standalone_section::StandaloneParameters;pub use stream_format_section::StreamFormatParams;
Modules
- Capabilities section in protocol extension defined by TCAT for ASICs of DICE.
- Command section in protocol extension defined by TCAT for ASICs of DICE.
- Current configuration section in protocol extension defined by TCAT for ASICs of DICE.
- Mixer section in protocol extension defined by TCAT for ASICs of DICE.
- Peak section in protocol extension defined by TCAT for ASICs of DICE.
- Router section in protocol extension defined by TCAT for ASICs of DICE.
- Standalone section in protocol extension defined by TCAT for ASICs of DICE.
- Stream format section in protocol extension defined by TCAT for ASICs of DICE.
Structs
- Destination block in router function.
- Sections for protocol extension.
- Entry of stream format.
- Entry of route in router function.
- Source block in router function.
Enums
- Identifier of destination block.
- Any error of protocol extension.
- Identifier of source block.
Constants
- The number of channels in stream format for AC3 channels.
Traits
- Operation of TCAT protocol extension.
- Operation for parameters in which any change is notified to owner application in TCAT protocol extension.
- Operation for whole parameters in section of TCAT protocol extension.
- Operation for partial mutable parameters in section of TCAT protocol extension.
- Operation for whole mutable parameters in section of TCAT protocol extension.