Changeset 2161 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 06/05/03 10:18:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r2120 r2161 35 35 // object. // 36 36 // // 37 // If you call Eventloop first all PreProcess functions - with the//37 // If you call Eventloop() first all PreProcess functions - with the // 38 38 // parameter list as an argument - of the tasks in the task list are // 39 39 // 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 // 44 44 // tasks in the list are skipped and the execution in continued with // 45 45 // the first one in the list. // … … 496 496 // -------------------------------------------------------------------------- 497 497 // 498 // After you setup (or read) an Evtloop you can use this to write the499 // eventloop setup as a macro. The default name is "evtloop.C". The default500 // 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. 502 502 // This is usefull if you have an eventloop which runs three times and 503 503 // you want to write one macro. If the first character is a '+' no
Note:
See TracChangeset
for help on using the changeset viewer.