struct VehicleScoringInfoV01
{
// ....
// Dash Indicators
double mTimeBehindNext; // time behind vehicle in next higher place
long mLapsBehindNext; // laps behind vehicle in next higher place
double mTimeBehindLeader; // time behind leader
long mLapsBehindLeader; // laps behind leader
double mLapStartET; // time this lap was started
};
yup that's wat actually i was telling.. its already in real-time..
I think those values can be found in the plugin?
Code:struct VehicleScoringInfoV01 { // .... // Dash Indicators double mTimeBehindNext; // time behind vehicle in next higher place long mLapsBehindNext; // laps behind vehicle in next higher place double mTimeBehindLeader; // time behind leader long mLapsBehindLeader; // laps behind leader double mLapStartET; // time this lap was started };
You will find this in a file called "Example.cpp" ...