mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
FitRideFile - Rename record field 90 as PERFORMANCECONDITION
It is not docummented but it seems to match the observed values in GC
This commit is contained in:
@@ -602,6 +602,9 @@ struct FitFileReaderState
|
||||
case 85: // STEP_LENGTH
|
||||
return "STEPLENGTH"; // Step Length
|
||||
|
||||
case 90: // PERFORMANCE_CONDITION
|
||||
return "PERFORMANCECONDITION"; // Performance Contition
|
||||
|
||||
default:
|
||||
return QString("FIELD_%1").arg(native_num);
|
||||
}
|
||||
@@ -1735,6 +1738,9 @@ struct FitFileReaderState
|
||||
case 87: // ???
|
||||
break;
|
||||
|
||||
case 90: // PERFORMANCE_CONDITION
|
||||
native_num = -1;
|
||||
break;
|
||||
|
||||
default:
|
||||
unknown_record_fields.insert(native_num);
|
||||
|
||||
Reference in New Issue
Block a user