Ignore:
Timestamp:
06/05/03 10:18:20 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.cc

    r2120 r2161  
    3535// object.                                                                  //
    3636//                                                                          //
    37 // If you call Eventloop first all PreProcess functions - with the          //
     37// If you call Eventloop() first all PreProcess functions - with the        //
    3838// parameter list as an argument - of the tasks in the task list are        //
    3939// executed. If one of them returns kFALSE then the execution is stopped.   //
    40 // If the preprocessing was ok. The Process funtion of the tasks are        //
    41 // as long as one function returns kSTOP. Only the tasks which are marked   //
    42 // marked as "All" or with a string which matches the MInputStreamID of     //
    43 // MTaskList are executed. If one tasks returns kCONTINUE the pending       //
     40// If the preprocessing was ok, The Process function of the tasks are       //
     41// executed as long as one function returns kSTOP. Only the tasks which     //
     42// are marked as "All" or with a string which matches the MInputStreamID    //
     43// of MTaskList are executed. If one tasks returns kCONTINUE the pending    //
    4444// tasks in the list are skipped and the execution in continued with        //
    4545// the first one in the list.                                               //
     
    496496// --------------------------------------------------------------------------
    497497//
    498 //  After you setup (or read) an Evtloop you can use this to write the
    499 //  eventloop setup as a macro. The default name is "evtloop.C". The default
    500 //  extension is .C If the extension is not given, .C is added.
    501 //  I the last character in the argument is a '+' the file is not closed.
     498//  After you setup (or read) an Evtloop you can use MakeMacro() to write
     499//  the eventloop setup as a macro. The default name is "evtloop.C". The
     500//  default extension is .C If the extension is not given, .C is added.
     501//  If the last character in the argument is a '+' the file is not closed.
    502502//  This is usefull if you have an eventloop which runs three times and
    503503//  you want to write one macro. If the first character is a '+' no
Note: See TracChangeset for help on using the changeset viewer.