| 15 | const std::string aff3ct::factory::Decoder_conv_prefix = "dec"; |
| 16 | |
| 17 | Decoder_conv ::Decoder_conv(const std::string& prefix) |
| 18 | : Decoder(Decoder_conv_name, prefix) |
| 19 | { |
| 20 | this->type = "VITERBI"; |
| 21 | this->implem = "STD"; |
| 22 | this->systematic = false; |
| 23 | } |
| 24 | |
| 25 | Decoder_conv* |
| 26 | Decoder_conv ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected