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

Method build

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

Source from the content-addressed store, hash-verified

106
107template<typename B, typename Q>
108module::Decoder_SIHO<B, Q>*
109Decoder_RSC_DB ::build(const std::vector<std::vector<int>>& trellis, module::Encoder<B>* encoder) const
110{
111 try
112 {
113 return Decoder::build<B, Q>(encoder);
114 }
115 catch (spu::tools::cannot_allocate const&)
116 {
117 return build_siso<B, Q>(trellis);
118 }
119}
120
121// ==================================================================================== explicit template instantiation
122#include "Tools/types.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected