- Timestamp:
- 01/16/20 17:59:01 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/gudectrl.cc
r19926 r19929 89 89 throw runtime_error("More values than expected!"); 90 90 91 //cout << "--- " << isensor << ":" << ivalue << " ---" << endl;92 91 //std::stringstream ss2; 93 92 //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;98 93 99 94 const auto idx = ivalue*12+isensor; … … 163 158 } 164 159 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); 178 161 179 162 fLastReport = Time();
Note:
See TracChangeset
for help on using the changeset viewer.