cpf_flim_event_cb

cpf_flim_event_cb(k, nx, cx, px, done, rollback, evnts, cb_data, cb_args, results)

cpf_flim_event_cb() - Callback to handle FLIM events.

[NX, CX, DONE, ROLLBACK, EVNTS, CB_DATA, RESULTS] =
    CPF_NOSE_EVENT_CB(K, NX, CX, PX, DONE, ROLLBACK, EVNTS, ...
                            CB_DATA, CB_ARGS, RESULTS)

Callback to handle FLIM (branch flow limit violation) events,
triggered by event function CPF_FLIM_EVENT to indicate the point at which
a branch flow limit is reached.

All branch flows are expected to be within limits for the base case,
otherwise the continuation terminates.

This function sets the msg field of the event when the flow in any branch
reaches its limit, raises the DONE.flag and sets the DONE.msg.

For details of the input and output arguments see also cpf_default_callback().