
Go to the source code of this file.
Functions | |
| CpvDeclare (int, streaming_handler_id) | |
| The handler registerd to StreamingHandlerFn. | |
| void | StreamingHandlerFn (void *msg) |
| Handler used to receive incoming combined messages, split them into the individual messages and deliver all of them to the application. | |
| static void | call_delayFlush (void *arg, double curWallTime) |
| This routine is called via CcdCallFnAfter to flush all messages:. | |
| static void | call_idleFlush (void *arg, double curWallTime) |
| This routine is called via CcdCallOnCondition to flush all messages:. | |
Definition in file StreamingStrategy.C.
1.5.5