70    std::vector<PARAM::INFO> paramInfos;
 
   71    PARAM::INFO paramInfo;
 
   76    paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
 
   77    paramInfo.defaultValue = 
"";
 
   78    paramInfo.description = 
"Resistance";
 
   79    paramInfos.push_back( paramInfo );
 
   81    paramInfo.name = 
"pos";
 
   84    paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
 
   85    paramInfo.defaultValue = 
"0.5";
 
   86    paramInfo.description = 
"Wiper position";
 
   87    paramInfos.push_back( paramInfo );