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

Method get_description

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

Source from the content-addressed store, hash-verified

29}
30
31void
32Decoder_conv ::get_description(cli::Argument_map_info& args) const
33{
34 Decoder::get_description(args);
35
36 auto p = this->get_prefix();
37 const std::string class_name = "factory::Decoder_conv::";
38
39 args.erase({ p + "-cw-size", "N" });
40
41 cli::add_options(args.at({ p + "-type", "D" }), 0, "VITERBI", "PLVA");
42 cli::add_options(args.at({ p + "-implem" }), 0, "STD");
43
44 tools::add_arg(args, p, class_name + "p+poly", cli::Text());
45
46 tools::add_arg(args, p, class_name + "p+lists,L", cli::Integer(cli::Positive(), cli::Non_zero()));
47}
48
49void
50Decoder_conv ::store(const cli::Argument_map_value& vals)

Callers

nothing calls this directly

Calls 2

get_prefixMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected