Trees | Indices | Help |
---|
|
abstract superclass of all Protocol classes Protocol classes are responsible for generating the Protocol Node Adaptors for each module on the bus, when the bus is scanned. Protocols implement the transactions that the underlying communication infrastructure supports, and typically maintain state representing any incomplete transactions. AbstractProtocol subclasses must implement the following methods: p.update() p.hintNodes(nodes) p.generatePNA( nid ) AbstractProtocol instances must have the following data attributes: p.heartbeats -- dict -- nid to last heartbeat
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Allow a bus parameter to be passed to all AbstractProtocol subclass constructors
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |