process()
method.
process()
.FINISH
.NORMAL |
Normal operation, data was processed. |
NOOP |
Nothing to process, wait for next frame. |
FINISH |
Done processing, go to close() . |
NOOP
if nothing was done
(usually waiting for piped data).
NOOP
tells NeXtMidas to pause before
calling process()
again.
setPollTime(..)
method or via the /POLL=
switch.process()
from "spinning" and
using up a lot of CPU while waiting.X-Midas Users Take Note: |
---|
![]() |
Don't Make This Mistake: |
---|
![]() NORMAL from process()
when nothing has been done. This will cause the process loop to spin and use up all of the
CPU time.
|