Changeset 11837 for trunk/FACT++/src/datalogger.cc
- Timestamp:
- 08/07/11 18:43:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r11733 r11837 1757 1757 service->setData(reinterpret_cast<void*>(&fToDim), name.size()+1+sizeof(uint32_t)); 1758 1758 service->setQuality(0); 1759 service-> updateService();1759 service->Update(); 1760 1760 } 1761 1761 // -------------------------------------------------------------------------- … … 1862 1862 NotifyOpenedFile(baseFileName, 7, fOpenedNightlyFiles); 1863 1863 if (fNumSubAndFitsIsOn) 1864 fNumSubAndFits-> updateService();1864 fNumSubAndFits->Update(); 1865 1865 } 1866 1866 //do the actual file open … … 1930 1930 1931 1931 if (fNumSubAndFitsIsOn) 1932 fNumSubAndFits-> updateService();1932 fNumSubAndFits->Update(); 1933 1933 } 1934 1934 } … … 2219 2219 NotifyOpenedFile("", 0, fOpenedRunFiles); 2220 2220 if (fNumSubAndFitsIsOn) 2221 fNumSubAndFits-> updateService();2221 fNumSubAndFits->Update(); 2222 2222 2223 2223 while (fRunNumber.size() > 0) … … 2264 2264 NotifyOpenedFile("", 0, fOpenedNightlyFiles); 2265 2265 if (fNumSubAndFitsIsOn) 2266 fNumSubAndFits-> updateService();2266 fNumSubAndFits->Update(); 2267 2267 } 2268 2268 #ifdef HAVE_FITS
Note:
See TracChangeset
for help on using the changeset viewer.