Class w.c.d.WaderDaemon(object):

Part of wader.common.daemon View In Hierarchy

Known subclasses: wader.common.daemon.CellTypeDaemon, wader.common.daemon.NetworkSpeedDaemon, wader.common.daemon.SignalQualityDaemon

I represent a Daemon in Wader

A Daemon is an entity that performs a repetitive action, like polling signal quality from the datacard. A Daemon will emit fake notifications built out of the action's response.
Method __init__ Undocumented
Method __repr__ Undocumented
Method start Starts the Daemon
Method stop Stops the Daemon
Method function Function that will be called periodically
def __init__(self, frequency, device):
Undocumented
def __repr__(self):
Undocumented
def start(self):
Starts the Daemon
def stop(self):
Stops the Daemon
def function(self):
Function that will be called periodically
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.