23 #ifndef INCLUDED_TRELLIS_SISO_F_H 24 #define INCLUDED_TRELLIS_SISO_F_H 42 typedef boost::shared_ptr<siso_f>
sptr;
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;
57 virtual void set_FSM(
const fsm &FSM) =0;
58 virtual void set_K(
int K) =0;
59 virtual void set_S0(
int S0) =0;
60 virtual void set_SK(
int SK) =0;
61 virtual void set_POSTI(
bool posti) =0;
62 virtual void set_POSTO(
bool posto) =0;
Include this header to use the message passing features.
Definition: logger.h:695
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:65
Finite State Machine Specification class.
Definition: fsm.h:43
siso_type_t
Definition: siso_type.h:29