72 std::vector<PARAM::INFO> paramInfos;
73 PARAM::INFO paramInfo;
78 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
79 paramInfo.defaultValue =
"";
80 paramInfo.description =
"Resistance";
81 paramInfos.push_back( paramInfo );
83 paramInfo.name =
"pos";
86 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
87 paramInfo.defaultValue =
"0.5";
88 paramInfo.description =
"Wiper position";
89 paramInfos.push_back( paramInfo );