|
def | __init__ (self, writerq, stopEv, mailerFunc, portT) |
|
def | run (self) |
|
|
| 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...
|
|
def master.ReaderThread.__init__ |
( |
|
self, |
|
|
|
writerq, |
|
|
|
stopEv, |
|
|
|
mailerFunc, |
|
|
|
portT |
|
) |
| |
this manages serial server, and its helper thread
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.
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:
- /home/bob/Desktop/temp/Yannick/PhD_Support/temp/SPI/RPI/Python/serialApp/master.py