- Timestamp:
- 04/29/11 13:53:19 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dataLogger.cc
r10489 r10499 438 438 #endif 439 439 #endif 440 440 441 //Give a name to this machine's specific states 441 442 AddStateName(kSM_DailyOpen, "DailyFileOpen", "Add description here"); … … 447 448 /*Add the possible transitions for this machine*/ 448 449 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"); 451 452 452 453 AddTransition(kSM_Ready, fTransStop, kSM_DailyOpen, kSM_WaitingRun, kSM_Logging) … … 507 508 fNumSubAndFitsData.numOpenFits = 0; 508 509 fNumSubAndFits = new DimDescribedService((GetName() + "/NUM_SUBS").c_str(), "I:2", &fNumSubAndFitsData, sizeof(NumSubAndFitsType), "Add description here"); 509 510 510 } 511 511 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.