|
IRON 0d9d245f13ac73bfe91a5cd530f8af84b35caa61
|

Public Member Functions | |
| __init__ (self, Tile|None tile) | |
| Tile|None | tile (self) |
Protected Attributes | |
| _tile | |
The endpoint of an ObjectFifo. Each ObjectFifoHandle has one ObjectFifoEndpoint.
| iron.dataflow.endpoint.ObjectFifoEndpoint.__init__ | ( | self, | |
| Tile | None | tile | ||
| ) |
Reimplemented in iron.worker.Worker, iron.dataflow.objectfifo.ObjectFifoLink, and iron.runtime.endpoint.RuntimeEndpoint.
| Tile | None iron.dataflow.endpoint.ObjectFifoEndpoint.tile | ( | self | ) |
Return the tile of the endpoint.
Returns:
Tile | None: The current tile, or None if unplaced.
|
protected |