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

Method Encoder_LDPC

src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22const std::string aff3ct::factory::Encoder_LDPC_prefix = "enc";
23
24Encoder_LDPC ::Encoder_LDPC(const std::string& prefix)
25 : Encoder(Encoder_LDPC_name, prefix)
26{
27 this->type = "AZCW";
28}
29
30Encoder_LDPC*
31Encoder_LDPC ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected