previous up next
Go backward to OutChannel: Output Channels
Go up to 5.1 Types
Go forward to OutChannelSet: Sets of Output Channels
RISC-Linz logo

InChannelSet: Sets of Input Channels

class InChannelSet
{
  InChannnelSet()
  int getSize()
  void addChannel(InChannel c)
  InChannel getChannel(int i)
  int select()
  int select(int t)
}

An object of this type represents a set of input channels. The default constructor creates an empty set. The other methods are described in the following subsection.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next