previous up next
Go backward to in: The Input Interface
Go up to 5.2 Node Interface
RISC-Linz logo

out: The Output Interface

s = out()
  OutChannelSet s
c = out(i)
  OutChannel c
  int i

out() returns the set of output channels leaving the node on which the program is executed.

out(i) (0 <= i < s.getSize()) returns the output channel with index i leaving the node on which the program is ececuted.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next