|
GNU Radio 3.4.0 C++ API
|
SCCC encoder. More...
#include <trellis_pccc_encoder_ii.h>

Public Member Functions | |
| fsm | FSM1 () const |
| int | ST1 () const |
| fsm | FSM2 () const |
| int | ST2 () const |
| interleaver | INTERLEAVER () const |
| int | blocklength () const |
| int | work (int noutput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
| just like gr_block::general_work, only this arranges to call consume_each for you | |
Friends | |
| trellis_pccc_encoder_ii_sptr | trellis_make_pccc_encoder_ii (const fsm &FSM1, int ST1, const fsm &FSM2, int ST2, const interleaver &INTERLEAVER, int blocklength) |
SCCC encoder.
| int trellis_pccc_encoder_ii::blocklength | ( | ) | const [inline] |
| fsm trellis_pccc_encoder_ii::FSM1 | ( | ) | const [inline] |
| fsm trellis_pccc_encoder_ii::FSM2 | ( | ) | const [inline] |
| interleaver trellis_pccc_encoder_ii::INTERLEAVER | ( | ) | const [inline] |
| int trellis_pccc_encoder_ii::ST1 | ( | ) | const [inline] |
| int trellis_pccc_encoder_ii::ST2 | ( | ) | const [inline] |
| int trellis_pccc_encoder_ii::work | ( | int | noutput_items, |
| gr_vector_const_void_star & | input_items, | ||
| gr_vector_void_star & | output_items | ||
| ) | [virtual] |
just like gr_block::general_work, only this arranges to call consume_each for you
The user must override work to define the signal processing code
Implements gr_sync_block.
| trellis_pccc_encoder_ii_sptr trellis_make_pccc_encoder_ii | ( | const fsm & | FSM1, |
| int | ST1, | ||
| const fsm & | FSM2, | ||
| int | ST2, | ||
| const interleaver & | INTERLEAVER, | ||
| int | blocklength | ||
| ) | [friend] |