Go to the documentation of this file.
25 #ifndef INCLUDED_TRELLIS_PCCC_ENCODER_II_H
26 #define INCLUDED_TRELLIS_PCCC_ENCODER_II_H
47 static sptr make(
const fsm &FSM1,
int ST1,
48 const fsm &FSM2,
int ST2,
52 virtual fsm FSM1()
const = 0;
53 virtual int ST1()
const = 0;
54 virtual fsm FSM2()
const = 0;
55 virtual int ST2()
const = 0;
57 virtual int blocklength()
const = 0;