Part of twisted.positioning.base View Source View In Hierarchy
| Instance Variable | seenBeacons | A set of visible beacons. Note that visible beacons are not necessarily
used in acquiring a positioning fix. (type: set of IPositioningBeacon) |
| Instance Variable | usedBeacons | An set of the beacons that were used in obtaining a positioning fix. This
only contains beacons that are actually used, not beacons for which it is
unknown if they are used or not. (type: set of IPositioningBeacon) |
| Method | __init__ | Initializes a beacon information object. |
| Method | __repr__ | Returns a string representation of this beacon information object. |
set of IPositioningBeacon)
set of IPositioningBeacon)
| Parameters | seenBeacons | A collection of beacons that are currently seen. (type: iterable of IPositioningBeacons) |
The beacons are sorted by their identifier.
| Returns | The string representation. (type: str) | |