AEM
master.ReaderThread Class Reference
Inheritance diagram for master.ReaderThread:

Public Member Functions

def __init__ (self, writerq, stopEv, mailerFunc, portT)
 
def run (self)
 

Data Fields

 server
 string name of the thread, used for debugging or information messages More...
 
 stopEvent
 event to set when disk space runs out we exit More...
 

Constructor & Destructor Documentation

def master.ReaderThread.__init__ (   self,
  writerq,
  stopEv,
  mailerFunc,
  portT 
)
this manages serial server, and its  helper thread

Member Function Documentation

def master.ReaderThread.run (   self)
Thread run method. pops the queue, sends the popped thing to be consumed.
if a None value is popped, the method exits properply and the thread ends.

Field Documentation

master.ReaderThread.server

string name of the thread, used for debugging or information messages

master.ReaderThread.stopEvent

event to set when disk space runs out we exit


The documentation for this class was generated from the following file: