Package beepy :: Package core :: Module _util
[show private | hide private]
[frames | no frames]

Module beepy.core._util

Some utility classes that were used in the now obsolete threading version of BEEPy. This file will probably be removed from the distribution in the near future.

Version: $Revision$

Author: Justin Warren

Classes
DataDequeuer A DataDeQueuer gets data from the provided Queue and does something with it.
DataEnqueuer A DataEnqueuer reads data from some sort of data source and puts it onto the provided DataQueue.
DataQueue Implements a different kind of multi-producer/ multi-consumer queue.
isMonitored A WatchedLoopingThread is monitored for error conditions by a Monitor
LoopingThread A looping thread provides a handy thread subclass that has standard methods of stopping a thread asynchronously and a simple looping structure.
Monitor Monitors other threads for error conditions
StatusObject  

Exceptions
DataQueueFull  

Function Summary
  octetsToHex(octets)
convert a string of octets to a string of hex digits

Function Details

octetsToHex(octets)

convert a string of octets to a string of hex digits

Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 http://epydoc.sf.net