DovesLapTimer 4.0.0
GPS-based lap timing Arduino library — go-karts to race cars
Loading...
Searching...
No Matches
DovesLapTimer Member List

This is the complete list of members for DovesLapTimer, including all inherited members.

areSectorLinesConfigured() constDovesLapTimer
DovesLapTimer(double crossingThresholdMeters=7, Stream *debugSerial=NULL)DovesLapTimer
forceCatmullRomInterpolation()DovesLapTimer
forceLinearInterpolation()DovesLapTimer
getBestLapDistance() constDovesLapTimer
getBestLapNumber() constDovesLapTimer
getBestLapTime() constDovesLapTimer
getBestSector1LapNumber() constDovesLapTimer
getBestSector1Time() constDovesLapTimer
getBestSector2LapNumber() constDovesLapTimer
getBestSector2Time() constDovesLapTimer
getBestSector3LapNumber() constDovesLapTimer
getBestSector3Time() constDovesLapTimer
getCrossing() constDovesLapTimer
getCurrentLapDistance() constDovesLapTimer
getCurrentLapOdometerStart() constDovesLapTimer
getCurrentLapSector1Time() constDovesLapTimer
getCurrentLapSector2Time() constDovesLapTimer
getCurrentLapSector3Time() constDovesLapTimer
getCurrentLapStartTime() constDovesLapTimer
getCurrentLapTime() constDovesLapTimer
getCurrentSector() constDovesLapTimer
getDirection() constDovesLapTimer
getLaps() constDovesLapTimer
getLastLapDistance() constDovesLapTimer
getLastLapTime() constDovesLapTimer
getOptimalLapTime() constDovesLapTimer
getPaceDifference() constDovesLapTimer
getRaceStarted() constDovesLapTimer
getTotalDistanceTraveled() constDovesLapTimer
haversine(double lat1, double lon1, double lat2, double lon2)DovesLapTimer
haversine3D(double prevLat, double prevLng, double prevAlt, double currentLat, double currentLng, double currentAlt)DovesLapTimer
insideLineThreshold(double driverLat, double driverLon, double crossingPointALat, double crossingPointALon, double crossingPointBLat, double crossingPointBLon)DovesLapTimer
isDirectionResolved() constDovesLapTimer
isObtuseTriangle(double lat1, double lon1, double lat2, double lon2, double lat3, double lon3)DovesLapTimer
loop(double currentLat, double currentLng, float currentAltitudeMeters, float currentSpeedKnots)DovesLapTimer
pointLineSegmentDistance(double pointX, double pointY, double startX, double startY, double endX, double endY)DovesLapTimer
pointOnSideOfLine(double driverLat, double driverLng, double pointALat, double pointALng, double pointBLat, double pointBLng)DovesLapTimer
reset()DovesLapTimer
setSector2Line(double pointALat, double pointALng, double pointBLat, double pointBLng)DovesLapTimer
setSector3Line(double pointALat, double pointALng, double pointBLat, double pointBLng)DovesLapTimer
setStartFinishLine(double pointALat, double pointALng, double pointBLat, double pointBLng)DovesLapTimer
updateCurrentTime(unsigned long currentTimeMilliseconds)DovesLapTimer