| 31 | const std::string aff3ct::factory::Decoder_RSC_prefix = "dec"; |
| 32 | |
| 33 | Decoder_RSC ::Decoder_RSC(const std::string& prefix) |
| 34 | : Decoder(Decoder_RSC_name, prefix) |
| 35 | { |
| 36 | this->type = "BCJR"; |
| 37 | this->implem = "STD"; |
| 38 | } |
| 39 | |
| 40 | Decoder_RSC* |
| 41 | Decoder_RSC ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected