25#ifndef INCLUDED_TRELLIS_VITERBI_S_H
26#define INCLUDED_TRELLIS_VITERBI_S_H
43 typedef boost::shared_ptr<viterbi_s>
sptr;
49 virtual int K()
const = 0;
50 virtual int S0()
const = 0;
51 virtual int SK()
const = 0;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Finite State Machine Specification class.
Definition: fsm.h:44
Definition: viterbi_s.h:40
virtual void set_SK(int SK)=0
virtual void set_FSM(const fsm &FSM)=0
virtual int SK() const =0
virtual void set_K(int K)=0
virtual void set_S0(int S0)=0
virtual int S0() const =0
virtual fsm FSM() const =0
static sptr make(const fsm &FSM, int K, int S0, int SK)
boost::shared_ptr< viterbi_s > sptr
Definition: viterbi_s.h:43
#define TRELLIS_API
Definition: gr-trellis/include/gnuradio/trellis/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45