| 14 | const std::string aff3ct::factory::Decoder_RSC_DB_prefix = "dec"; |
| 15 | |
| 16 | Decoder_RSC_DB ::Decoder_RSC_DB(const std::string& prefix) |
| 17 | : Decoder(Decoder_RSC_DB_name, prefix) |
| 18 | { |
| 19 | this->type = "BCJR"; |
| 20 | this->implem = "GENERIC"; |
| 21 | } |
| 22 | |
| 23 | Decoder_RSC_DB* |
| 24 | Decoder_RSC_DB ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected