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

Method Decoder_conv

src/Factory/Module/Decoder/Conv/Decoder_conv.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const std::string aff3ct::factory::Decoder_conv_prefix = "dec";
16
17Decoder_conv ::Decoder_conv(const std::string& prefix)
18 : Decoder(Decoder_conv_name, prefix)
19{
20 this->type = "VITERBI";
21 this->implem = "STD";
22 this->systematic = false;
23}
24
25Decoder_conv*
26Decoder_conv ::clone() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected