Code Examples
A repository of 155 code examples for BeepBeep
customprocessors.MyProcessor Class Reference

A minimal synchronous processor implementation that does nothing. More...

Public Member Functions

boolean compute (Object[] inputs, Queue< Object[]> outputs)
 
Processor duplicate (boolean with_state)
 

Detailed Description

A minimal synchronous processor implementation that does nothing.

Author
Sylvain Hallé

Definition at line 28 of file MyProcessor.java.


The documentation for this class was generated from the following file: