Imported Upstream version 3.2.2
[debian/gnuradio] / gr-trellis / src / lib / trellis_metrics_c.i
index 8a4008a38272dd7b24145ff47ac4af493e0f9acd..37b6ba981a19363322b0d4629db1af9cef37f5aa 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<gr_complex> &table);
   std::vector<gr_complex> TABLE () const { return d_TABLE; }
 };