23 #ifndef INCLUDED_TRELLIS_SISO_F_H
24 #define INCLUDED_TRELLIS_SISO_F_H
44 static sptr make(
const fsm &FSM,
int K,
46 bool POSTI,
bool POSTO,
49 virtual fsm FSM()
const = 0;
50 virtual int K()
const = 0;
51 virtual int S0()
const = 0;
52 virtual int SK()
const = 0;
53 virtual bool POSTI()
const = 0;
54 virtual bool POSTO()
const = 0;
shared_ptr documentation stub
Definition: shared_ptr_docstub.h:15
boost::shared_ptr< siso_f > sptr
Definition: siso_f.h:42
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:60
Finite State Machine Specification class.
Definition: fsm.h:43
siso_type_t
Definition: siso_type.h:29