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

Method get_description

src/Factory/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp:25–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void
26Encoder_RSC_DB ::get_description(cli::Argument_map_info& args) const
27{
28 Encoder::get_description(args);
29
30 auto p = this->get_prefix();
31 const std::string class_name = "factory::Encoder_RSC_DB::";
32
33 args.erase({ p + "-cw-size", "N" });
34
35 cli::add_options(args.at({ p + "-type" }), 0, "RSC_DB");
36
37 tools::add_arg(args, p, class_name + "p+std", cli::Text(cli::Including_set("DVB-RCS1", "DVB-RCS2")));
38
39 tools::add_arg(args, p, class_name + "p+no-buff", cli::None());
40}
41
42void
43Encoder_RSC_DB ::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