Trait p25::coding::trellis::WalkHistory
[−]
[src]
pub trait WalkHistory: Copy + Clone + Default + Deref<Target = [Option<usize>]> + DerefMut {
fn history() -> usize;
}
Required Methods
fn history() -> usize
The length of each walk associated with each state. This also determines the delay before the first decoded symbol is yielded.
Implementors
impl WalkHistory for DibitHistoryimpl WalkHistory for TribitHistory