previous up next
Go up to 5.2 Node Interface
Go forward to out: The Output Interface
RISC-Linz logo

in: The Input Interface

s = in()
  InChannelSet s
c = in(i)
  InChannel c
  int i

in() returns the set of input channels entering the node on which the program is executed.

in(i) (0 <= i < s.getSize()) returns the input channel with index i entering the node on which the program is ececuted.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next