previous up next
Go backward to getSize: Determining the Size of a Channel Set
Go up to 5.4 Channel Sets
Go forward to getChannel: Retrieving a Channel from a Set
RISC-Linz logo

addChannel: Adding a Channel to a Set

s.addChannel(c)
  InChannelSet s
  InChannel c
s.addChannel(c)
  OutChannelSet s
  OutChannel c

This function adds a channel c to a set s; c gets index i where i = c.getSize() (before the channel was added).


Maintainer: Wolfgang Schreiner
Last Modification: October 1, 1998

previous up next