| Trees | Indices | Help |
|---|
|
|
NBRPlan concrete class for non-blocking file reader Reads file (typically a serial port) until no data available by using non-blocking IO. The contents are then available in self.ln (a list) and the timestamp of the read operation is in self.ts ATTRIBUTES: .ts -- timestamps of lines read (from self.app.now) .ln -- list of lines read .iterLimit -- maximum number of lines that will be read at once
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
INPUT: fn -- filename of file to read
|
(default) Override this method to implement the sequential behavior of a Plan This method MUST be a python iterator, i.e. must contain a "yield" statement
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |