66 std::vector<PARAM::INFO> paramInfos;
67 PARAM::INFO paramInfo;
72 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
73 paramInfo.defaultValue =
"";
74 paramInfo.description =
"Resistance";
75 paramInfos.push_back( paramInfo );
77 paramInfo.name =
"pos";
80 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
81 paramInfo.defaultValue =
"0.5";
82 paramInfo.description =
"Wiper position";
83 paramInfos.push_back( paramInfo );