Changeset 13206 for trunk/FACT++


Ignore:
Timestamp:
03/23/12 15:59:18 (13 years ago)
Author:
tbretz
Message:
Pipe comments to the log-file; added the missing jump label.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/LocalControl.h

    r13179 r13206  
    124124                usleep(1);
    125125
     126            if (fStateMachine->GetCurrentState()!=target)
     127            {
     128                int label = -1;
     129                in >> label;
     130                T::SetLabel(label);
     131            }
    126132            return true;
    127133        }
     
    129135        if (str[0]=='#')
    130136        {
    131             T::GetStreamOut() << "#   " << Time().GetAsStr("%H:%M:%S.%f") << " - " << Tools::Trim(str.substr(1)) << endl;
     137            fStateMachine->Comment(Tools::Trim(str.substr(1)));
    132138            return true;
    133139        }
Note: See TracChangeset for help on using the changeset viewer.