Imported Upstream version 3.2.2
[debian/gnuradio] / gr-trellis / src / lib / trellis_metrics_f.i
index 631523a640dc271cdfd17a36f991856e40204d98..34136299df9249b3b85195052467bc5bf98ee07d 100644 (file)
@@ -6,7 +6,7 @@
  *
  * GNU Radio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
+ * the Free Software Foundation; either version 3, or (at your option)
  * any later version.
  *
  * GNU Radio is distributed in the hope that it will be useful,
@@ -35,5 +35,6 @@ public:
   int O () const { return d_O; }
   int D () const { return d_D; }
   trellis_metric_type_t TYPE () const { return d_TYPE; }
+  void set_TABLE (const std::vector<float> &table);
   std::vector<float> TABLE () const { return d_TABLE; }
 };