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

#include <DovesLapTimer.h>

+ Collaboration diagram for DirectionDetector:

Public Member Functions

 DirectionDetector ()
 
bool isResolved () const
 
bool isReverse () const
 
void onLineCrossing (int sectorNumber, unsigned long crossingTime)
 
void reset ()
 

Public Attributes

int direction
 
unsigned long lapS2CrossingTime
 
unsigned long lapS3CrossingTime
 
bool raceSeen
 

Constructor & Destructor Documentation

◆ DirectionDetector()

DirectionDetector::DirectionDetector ( )
inline

Member Function Documentation

◆ isResolved()

bool DirectionDetector::isResolved ( ) const
inline

◆ isReverse()

bool DirectionDetector::isReverse ( ) const
inline

◆ onLineCrossing()

void DirectionDetector::onLineCrossing ( int  sectorNumber,
unsigned long  crossingTime 
)

◆ reset()

void DirectionDetector::reset ( )
inline

Member Data Documentation

◆ direction

int DirectionDetector::direction

◆ lapS2CrossingTime

unsigned long DirectionDetector::lapS2CrossingTime

◆ lapS3CrossingTime

unsigned long DirectionDetector::lapS3CrossingTime

◆ raceSeen

bool DirectionDetector::raceSeen

The documentation for this struct was generated from the following files: