Go to the documentation of this file.
25 #ifndef INCLUDED_TRELLIS_SCCC_ENCODER_SS_H
26 #define INCLUDED_TRELLIS_SCCC_ENCODER_SS_H
47 static sptr make(
const fsm &FSMo,
int STo,
48 const fsm &FSMi,
int STi,
52 virtual fsm FSMo()
const = 0;
53 virtual int STo()
const = 0;
54 virtual fsm FSMi()
const = 0;
55 virtual int STi()
const = 0;
57 virtual int blocklength()
const = 0;