dennis / slipstream

ISC License
5 stars 0 forks source link

Extract "Trackers" from IRacingPlugin #66

Closed dennis closed 3 years ago

dennis commented 3 years ago

Each Tracker tracks data to produce an certain event. E.g IncidentTracker. It's pretty much just the HandleXXX() methods that have been moved into a class. They all share a TrackerState, which contains the values they use to compare with previous reported state