Changeset 17939
- Timestamp:
- 07/27/14 11:52:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/sqmctrl.cc
r17938 r17939 90 90 91 91 if (vec[0]!="r") 92 throw runtime_error("Not a proper answer ");92 throw runtime_error("Not a proper answer["+to_string(vec[0].size())+"]: "+vec[0]); 93 93 94 94 SQM::Data data; … … 143 143 // For example: Here we could schedule a new accept if we 144 144 // would not want to allow two connections at the same time. 145 fValid = false;146 145 PostClose(true); 147 146 return; … … 282 281 fDim("SQM_CONTROL/DATA", "F:1;I:1;I:1;F:1;F:1", 283 282 "Data received from sky quality meter" 284 "| Mag[mag/arcsec^2]:Magnitude (0 means upper brightness limit)"285 "| Freq[Hz]:Frequency of sensor"286 "| Counts:Period of sensor (counts occur at 14.7456MHz/32)"287 "| Period[s]:Period of sensor"288 "| Temp[deg C]:Sensor temperature in deg C")283 "|mag[mag/arcsec^2]:Magnitude (0 means upper brightness limit)" 284 "|freq[Hz]:Frequency of sensor" 285 "|counts:Period of sensor (counts occur at 14.7456MHz/32)" 286 "|period[s]:Period of sensor" 287 "|temp[deg C]:Sensor temperature in deg C") 289 288 { 290 289 }
Note:
See TracChangeset
for help on using the changeset viewer.