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

Method get_description

src/Factory/Module/Decoder/RS/Decoder_RS.cpp:30–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void
31Decoder_RS ::get_description(cli::Argument_map_info& args) const
32{
33 Decoder::get_description(args);
34
35 auto p = this->get_prefix();
36 const std::string class_name = "factory::Decoder_RS::";
37
38 tools::add_arg(args, p, class_name + "p+corr-pow,T", cli::Integer(cli::Positive(), cli::Non_zero()));
39
40 args.add_link({ p + "-corr-pow", "T" }, { p + "-info-bits", "K" });
41
42 cli::add_options(args.at({ p + "-type", "D" }), 0, "ALGEBRAIC");
43 cli::add_options(args.at({ p + "-implem" }), 0, "GENIUS");
44}
45
46void
47Decoder_RS ::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