/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_ignore_event_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_ignore_event_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2881 by schoenebeck, Tue Apr 19 16:09:52 2016 UTC revision 2882 by schoenebeck, Tue Apr 19 16:14:30 2016 UTC
# Line 16  Line 16 
16      <p>      <p>
17        Dropping events with this function only succeeds if the event just        Dropping events with this function only succeeds if the event just
18        "recently" occurred. That effectively means you should drop the event in        "recently" occurred. That effectively means you should drop the event in
19        the respective event handler before any <code>wait() calls, and before        the respective event handler before any <code lang="nksp">wait()</code> calls, and before
20        entering any loops that may execute your script for a very long time.        entering any loops that may execute your script for a very long time.
21        Because in both cases the sampler may suspend your script for a certain        Because in both cases the sampler may suspend your script for a certain
22        amount of time and once your script got resumed, the respective event may        amount of time and once your script got resumed, the respective event may
# Line 24  Line 24 
24        thus can no longer be dropped.        thus can no longer be dropped.
25      </p>      </p>
26      <p>      <p>
27        There is also an <code lang="nksp">ignore_controller()</code> function,        There is also an <code>ignore_controller()</code> function,
28        intended for explicitly dropping control change events. With NKSP you        intended for explicitly dropping control change events. With NKSP you
29        you can also use <code>ignore_event()</code> though to        you can also use <code>ignore_event()</code> though to
30        drop control change events. So <code>ignore_controller()</code>        drop control change events. So <code>ignore_controller()</code>

Legend:
Removed from v.2881  
changed lines
  Added in v.2882

  ViewVC Help
Powered by ViewVC