Part of twisted.positioning.base View Source View In Hierarchy
This class would be a good base class for building positioning receivers. It implements the interface (so you don't have to) with stub methods.
People who want to implement positioning receivers should subclass this class and override the specific callbacks they want to handle.
Method | timeReceived | Implements IPositioningReceiver.timeReceived
stub. |
Method | headingReceived | Implements IPositioningReceiver.headingReceived
stub. |
Method | speedReceived | Implements IPositioningReceiver.speedReceived
stub. |
Method | climbReceived | Implements IPositioningReceiver.climbReceived
stub. |
Method | positionReceived | Implements IPositioningReceiver.positionReceived
stub. |
Method | positionErrorReceived | Implements IPositioningReceiver.positioningErrorReceived
stub. |
Method | altitudeReceived | Implements IPositioningReceiver.altitudeReceived
stub. |
Method | beaconInformationReceived | Implements IPositioningReceiver.beaconInformationReceived
stub. |
IPositioningReceiver.positionReceived
stub.IPositioningReceiver.positioningErrorReceived
stub.IPositioningReceiver.altitudeReceived
stub.IPositioningReceiver.beaconInformationReceived
stub.