| 12 | const std::string aff3ct::factory::Decoder_RA_prefix = "dec"; |
| 13 | |
| 14 | Decoder_RA ::Decoder_RA(const std::string& prefix) |
| 15 | : Decoder(Decoder_RA_name, prefix) |
| 16 | , itl(new Interleaver("itl")) |
| 17 | { |
| 18 | this->type = "RA"; |
| 19 | this->implem = "STD"; |
| 20 | } |
| 21 | |
| 22 | Decoder_RA* |
| 23 | Decoder_RA ::clone() const |
nothing calls this directly
no outgoing calls
no test coverage detected