MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / Decoder_RA

Method Decoder_RA

src/Factory/Module/Decoder/RA/Decoder_RA.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const std::string aff3ct::factory::Decoder_RA_prefix = "dec";
13
14Decoder_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
22Decoder_RA*
23Decoder_RA ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected