Changeset 10499 for trunk


Ignore:
Timestamp:
04/29/11 13:53:19 (14 years ago)
Author:
lyard
Message:
Small fixes
File:
1 edited

Legend:

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

    r10489 r10499  
    438438#endif
    439439#endif
     440
    440441                //Give a name to this machine's specific states
    441442                AddStateName(kSM_DailyOpen,      "DailyFileOpen",  "Add description here");
     
    447448        /*Add the possible transitions for this machine*/
    448449                AddTransition(kSM_DailyOpen, fTransStart, kSM_Ready, kSM_BadDailyConfig)
    449                     (boost::bind(&DataLogger::StartPlease, this))
    450                     ("start the daily logging. daily file location must be specified already");
     450                    (boost::bind(&DataLogger::StartPlease, this));
     451//                    ("start the daily logging. daily file location must be specified already");
    451452
    452453                AddTransition(kSM_Ready, fTransStop, kSM_DailyOpen, kSM_WaitingRun, kSM_Logging)
     
    507508                fNumSubAndFitsData.numOpenFits = 0;
    508509                fNumSubAndFits = new DimDescribedService((GetName() + "/NUM_SUBS").c_str(), "I:2", &fNumSubAndFitsData, sizeof(NumSubAndFitsType), "Add description here");
    509 
    510510}
    511511// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.