Ignore:
Timestamp:
07/19/11 16:37:32 (13 years ago)
Author:
tbretz
Message:
Only plot the created commands in debig mode.
File:
1 edited

Legend:

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

    r11399 r11468  
    565565    evt->AddAllowedStates(states);
    566566
     567#ifdef DEBUG
    567568    Out() << ":   " << Time().GetAsStr("%H:%M:%S.%f");
    568569    Out() << " - Adding command " << evt->GetName();
     
    570571        Out() << " (transition to " << GetStateDescription(evt->GetTargetState()) << ")";
    571572    Out() << endl;
     573#endif
    572574
    573575    fListOfEvents.push_back(evt);
Note: See TracChangeset for help on using the changeset viewer.