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

Method Decoder_LDPC

src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43const std::string aff3ct::factory::Decoder_LDPC_prefix = "dec";
44
45Decoder_LDPC ::Decoder_LDPC(const std::string& prefix)
46 : Decoder(Decoder_LDPC_name, prefix)
47{
48 this->type = "BP_FLOODING";
49 this->implem = "SPA";
50}
51
52Decoder_LDPC*
53Decoder_LDPC ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected