Module comm

The comm module is used to provide communication enhancements for a single robot, for multiple robot communication use multi module.

Authors: Sten Gruener.

Description

The comm module is used to provide communication enhancements for a single robot, for multiple robot communication use multi module.

Function Index

discard/1Scans the message queue, discarding messages which match {_, Pattern}.

Function Details

discard/1

discard(Pattern::any()) -> ok

Scans the message queue, discarding messages which match {_, Pattern}. Note: this a bit ugly construction has been selected, since Erlang wildcards are no first order objects and can not be passed into a function.


Generated by EDoc, Aug 13 2009, 23:20:23.