previous up next
Go backward to InChannelSet: Sets of Input Channels
Go up to 5.1 Types
Go forward to Message: Channel Messages
RISC-Linz logo

OutChannelSet: Sets of Output Channels

class OutChannelSet
{
  OutChannelSet()
  int getSize()
  void addChannel(OutChannel c)
  OutChannel getChannel(int i)
  void send(Message m)
}

An object of this type represents a set of output 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