Changeset 15351 for trunk/FACT++/src/magiclidar.cc
- Timestamp:
- 04/16/13 10:12:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/magiclidar.cc
r15057 r15351 172 172 return; 173 173 174 fLastReport = tm; 175 176 if (data.fT3==0 && data.fT6==0 && data.fT9==0 && data.fT12==0) 177 return; 178 174 179 ostringstream msg; 175 180 msg << tm.GetAsStr("%H:%M:%S") << ":" … … 186 191 187 192 UpdateLidar(tm, data); 188 189 fLastReport = tm;190 193 } 191 194 catch (const exception &e)
Note:
See TracChangeset
for help on using the changeset viewer.