Ignore:
Timestamp:
08/07/11 18:43:13 (13 years ago)
Author:
tbretz
Message:
Changed Dim services to ensure they send the time.
File:
1 edited

Legend:

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

    r11733 r11837  
    17571757    service->setData(reinterpret_cast<void*>(&fToDim), name.size()+1+sizeof(uint32_t));
    17581758    service->setQuality(0);
    1759     service->updateService();
     1759    service->Update();
    17601760}
    17611761// --------------------------------------------------------------------------
     
    18621862        NotifyOpenedFile(baseFileName, 7, fOpenedNightlyFiles);
    18631863        if (fNumSubAndFitsIsOn)
    1864             fNumSubAndFits->updateService();
     1864            fNumSubAndFits->Update();
    18651865    }
    18661866    //do the actual file open
     
    19301930
    19311931        if (fNumSubAndFitsIsOn)
    1932             fNumSubAndFits->updateService();
     1932            fNumSubAndFits->Update();
    19331933    }
    19341934}   
     
    22192219    NotifyOpenedFile("", 0, fOpenedRunFiles);
    22202220    if (fNumSubAndFitsIsOn)
    2221         fNumSubAndFits->updateService();
     2221        fNumSubAndFits->Update();
    22222222
    22232223    while (fRunNumber.size() > 0)
     
    22642264        NotifyOpenedFile("", 0, fOpenedNightlyFiles);
    22652265        if (fNumSubAndFitsIsOn)
    2266             fNumSubAndFits->updateService();
     2266            fNumSubAndFits->Update();
    22672267    }
    22682268#ifdef HAVE_FITS
Note: See TracChangeset for help on using the changeset viewer.