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

Method Decoder_BCH

src/Factory/Module/Decoder/BCH/Decoder_BCH.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const std::string aff3ct::factory::Decoder_BCH_prefix = "dec";
17
18Decoder_BCH ::Decoder_BCH(const std::string& prefix)
19 : Decoder(Decoder_BCH_name, prefix)
20{
21 this->type = "ALGEBRAIC";
22 this->implem = "STD";
23}
24
25Decoder_BCH*
26Decoder_BCH ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected