Revision 529ce311 gr-trellis/src/lib/fsm.h

b/gr-trellis/src/lib/fsm.h
58 58
  const std::vector< std::vector<int> > & PI () const { return d_PI; }
59 59
  const std::vector<int> & TMi () const { return d_TMi; }
60 60
  const std::vector<int> & TMl () const { return d_TMl; }
61
  void write_trellis_svg( std::string filename ,int number_stages);
61 62
};
62 63

63 64
#endif

Also available in: Unified diff