Lines Matching refs:sstr

1172 			std::stringstream sstr;  in getWhatDescription()  local
1173 sstr << "Scenario "; in getWhatDescription()
1174 sstr << scenNumber; in getWhatDescription()
1175 return sstr.str(); in getWhatDescription()
1449 std::stringstream sstr; in getWhatDescription() local
1450 sstr << "Weekly Heating program "; in getWhatDescription()
1451 sstr << (iWhat - 1100); in getWhatDescription()
1452 return sstr.str(); in getWhatDescription()
1456 std::stringstream sstr; in getWhatDescription() local
1457 sstr << "Heating Scenario "; in getWhatDescription()
1458 sstr << (iWhat - 1200); in getWhatDescription()
1459 return sstr.str(); in getWhatDescription()
1463 std::stringstream sstr; in getWhatDescription() local
1464 sstr << "Weekly Conditioning program "; in getWhatDescription()
1465 sstr << (iWhat - 2100); in getWhatDescription()
1466 return sstr.str(); in getWhatDescription()
1470 std::stringstream sstr; in getWhatDescription() local
1471 sstr << "Conditionning Scenario "; in getWhatDescription()
1472 sstr << (iWhat - 2200); in getWhatDescription()
1473 return sstr.str(); in getWhatDescription()
1477 std::stringstream sstr; in getWhatDescription() local
1478 sstr << "Vacation scenario for "; in getWhatDescription()
1479 sstr << (iWhat - 13000); in getWhatDescription()
1480 sstr << " days - Heating mode"; in getWhatDescription()
1481 return sstr.str(); in getWhatDescription()
1485 std::stringstream sstr; in getWhatDescription() local
1486 sstr << "Vacation scenario for "; in getWhatDescription()
1487 sstr << (iWhat - 23000); in getWhatDescription()
1488 sstr << " days - Conditioning mode"; in getWhatDescription()
1489 return sstr.str(); in getWhatDescription()
1493 std::stringstream sstr; in getWhatDescription() local
1494 sstr << "Weekly Program "; in getWhatDescription()
1495 sstr << (iWhat - 3100); in getWhatDescription()
1496 return sstr.str(); in getWhatDescription()
1500 std::stringstream sstr; in getWhatDescription() local
1501 sstr << "Scenario "; in getWhatDescription()
1502 sstr << (iWhat - 3200); in getWhatDescription()
1503 return sstr.str(); in getWhatDescription()
1507 std::stringstream sstr; in getWhatDescription() local
1508 sstr << "Vacation scenario for "; in getWhatDescription()
1509 sstr << (iWhat - 33000); in getWhatDescription()
1510 sstr << " days"; in getWhatDescription()
1511 return sstr.str(); in getWhatDescription()
1640 std::stringstream sstr; in getWhatDescription() local
1641 sstr << "display DIAL " << iFirstDial << " - " << iSecondDial; in getWhatDescription()
1642 return sstr.str(); in getWhatDescription()
1687 std::stringstream sstr; in getWhatDescription() local
1705 std::stringstream sstr; in getWhatDescription() local
1706 sstr << "button number" << iWhat; in getWhatDescription()
1709 return sstr.str(); in getWhatDescription()
1764 std::stringstream sstr; in getWhatDescription() local
1766 sstr << "delta volume : +" << iDeltaVolume; in getWhatDescription()
1767 return sstr.str(); in getWhatDescription()
1770 std::stringstream sstr; in getWhatDescription() local
1772 sstr << "delta volume : -" << iDeltaVolume; in getWhatDescription()
1773 return sstr.str(); in getWhatDescription()
1776 std::stringstream sstr; in getWhatDescription() local
1778 sstr << "delta high tones : +" << iDeltaTone; in getWhatDescription()
1779 return sstr.str(); in getWhatDescription()
1782 std::stringstream sstr; in getWhatDescription() local
1784 sstr << "delta high tones : -" << iDeltaTone; in getWhatDescription()
1785 return sstr.str(); in getWhatDescription()
1788 std::stringstream sstr; in getWhatDescription() local
1790 sstr << "delta frequency : +0."; in getWhatDescription()
1791 sstr << std::setfill('0') << std::setw(2) << iDeltaFreq; in getWhatDescription()
1792 sstr << "MHz"; in getWhatDescription()
1793 return sstr.str(); in getWhatDescription()
1796 std::stringstream sstr; in getWhatDescription() local
1798 sstr << "delta frequency : -0."; in getWhatDescription()
1799 sstr << std::setfill('0') << std::setw(2) << iDeltaFreq; in getWhatDescription()
1800 return sstr.str(); in getWhatDescription()
1803 std::stringstream sstr; in getWhatDescription() local
1805 sstr << "delta radio station or track: +" << iDeltaStation; in getWhatDescription()
1806 return sstr.str(); in getWhatDescription()
1809 std::stringstream sstr; in getWhatDescription() local
1811 sstr << "delta radio station or track: +" << iDeltaStation; in getWhatDescription()
1812 return sstr.str(); in getWhatDescription()
1950 std::stringstream sstr; in getWhatDescription() local
1953 sstr << "profile id "; in getWhatDescription()
1956 sstr << profileID; in getWhatDescription()
1960 sstr << "slave offset "; in getWhatDescription()
1973 std::stringstream sstr; in getWhatDescription() local
1976 sstr << "Short pressure"; in getWhatDescription()
1979 sstr << "Start of extended pressure"; in getWhatDescription()
1982 sstr << "Extended pressure"; in getWhatDescription()
1985 sstr << "End Extended pressure"; in getWhatDescription()
1989 sstr << "contact ON or IR detection"; in getWhatDescription()
1992 sstr << "contact OFF or IR end of detection"; in getWhatDescription()
1997 sstr << " (request)"; in getWhatDescription()
2000 sstr << " (system event)"; in getWhatDescription()
2004 if (!sstr.str().empty()) { in getWhatDescription()
2005 return sstr.str(); in getWhatDescription()
2198 std::stringstream sstr; in getWhereDescription() local
2199 sstr << "automation " << whereRight << " or " << "alarm/IR Z=" << iZ << "/N=" << iN; in getWhereDescription()
2200 return sstr.str(); in getWhereDescription()