Several enhancements to gr-trellis and gnuradio-examples/python/channel-coding:
[debian/gnuradio] / gr-trellis / src / lib / trellis_encoder_bi.i
index 4fd389e943583e46730961b2712168a0e08d534d..06531196ecd583157d636a24491867996930ada3 100644 (file)
 
 GR_SWIG_BLOCK_MAGIC(trellis,encoder_bi);
 
-trellis_encoder_bi_sptr trellis_make_encoder_bi (const fsm &FSM, const int ST);
+trellis_encoder_bi_sptr trellis_make_encoder_bi (const fsm &FSM, int ST);
 
 class trellis_encoder_bi : public gr_sync_block
 {
 private:
-  trellis_encoder_bi (const fsm &FSM, const int ST);
+  trellis_encoder_bi (const fsm &FSM, int ST);
 public:
   fsm FSM () const { return d_FSM; }
   int ST () const { return d_ST; }