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

Method build_siso

src/Factory/Module/Decoder/NO/Decoder_NO.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48template<typename B, typename Q>
49module::Decoder_SISO<B, Q>*
50Decoder_NO ::build_siso(module::Encoder<B>* /*encoder*/) const
51{
52 if (this->type == "NONE" && this->implem == "HARD_DECISION") return new module::Decoder_NO<B, Q>(this->K);
53
54 throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__);
55}
56
57template<typename B, typename Q>
58module::Decoder_SIHO<B, Q>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected