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

Method Decoder_NO

src/Module/Decoder/NO/Decoder_NO.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10template<typename B, typename R>
11Decoder_NO<B, R>::Decoder_NO(const int K)
12 : Decoder_SISO<B, R>(K, K)
13{
14 const std::string name = "Decoder_NO";
15 this->set_name(name);
16 for (auto& t : this->tasks)
17 t->set_replicability(true);
18}
19
20template<typename B, typename R>
21Decoder_NO<B, R>*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected