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

Method Decoder_RSC

src/Factory/Module/Decoder/RSC/Decoder_RSC.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected