Changeset 19929 for trunk


Ignore:
Timestamp:
01/16/20 17:59:01 (5 years ago)
Author:
tbretz
Message:
Minor updates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/gudectrl.cc

    r19926 r19929  
    8989                                    throw runtime_error("More values than expected!");
    9090
    91                                 //cout << "--- " << isensor << ":" << ivalue << " ---" << endl;
    9291                                //std::stringstream ss2;
    9392                                //pt::write_json(ss2, value.second.get_child("v").get_value<float>());
    94                                 //cout << ss2.str() << endl;
    95                                 //cout << value.second.get_child("v").get_value<string>() << " | " ;
    96                                 //cout << value.second.get_child("v").get_value<float>() << endl;
    97                                 //cout << endl;
    9893
    9994                                const auto idx = ivalue*12+isensor;
     
    163158            }
    164159
    165 
    166             //UpdateGude(fReadings);
    167 
    168             /*
    169             ostringstream out;
    170             out << Tools::Form("T=%09d:", data.time);
    171             for (int i=0; i<10; i++)
    172                 out << Tools::Form("%5.1f", data.temp[i]);
    173 
    174             out << Tools::Form(" |%5.1f +-%4.1f", data.avg, data.rms);
    175             Info(out);
    176             */
    177 
     160            UpdateGude(fReadings);
    178161
    179162            fLastReport = Time();
Note: See TracChangeset for help on using the changeset viewer.