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

Method Decoder_RSC_DB

src/Factory/Module/Decoder/RSC_DB/Decoder_RSC_DB.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14const std::string aff3ct::factory::Decoder_RSC_DB_prefix = "dec";
15
16Decoder_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
23Decoder_RSC_DB*
24Decoder_RSC_DB ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected