Struct p25::message::status::StatusDeinterleaver
[−]
[src]
pub struct StatusDeinterleaver { /* fields omitted */ }
Deinterleave a P25 transmitted stream into status codes and data symbols.
Methods
impl StatusDeinterleaver
[src]
pub fn new() -> StatusDeinterleaver
[src]
Create a new StatusDeinterleaver
for deinterlacing immediately after the frame sync
sequence.
pub fn feed(&mut self, d: Dibit) -> StreamSymbol
[src]
Parse the given symbol as a status or data symbol.
Trait Implementations
impl Copy for StatusDeinterleaver
[src]
impl Clone for StatusDeinterleaver
[src]
fn clone(&self) -> StatusDeinterleaver
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more