| 95 | |
| 96 | template<typename B, typename Q> |
| 97 | module::Decoder_SIHO<B, Q>* |
| 98 | Decoder_conv ::build_viterbi(const std::vector<std::vector<int>>& trellis) const |
| 99 | { |
| 100 | return new module::Decoder_Viterbi_SIHO<B, Q>(this->K, trellis, true); |
| 101 | } |
| 102 | |
| 103 | template<typename B, typename Q> |
| 104 | module::Decoder_SIHO<B, Q>* |
nothing calls this directly
no outgoing calls
no test coverage detected