mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Added Map and StreetView charts to the TrainTool.
Following changes * added google Map and Streetview charts. * changed the telemetryUpdate to use a const reference instead of a value. * RealtimeData is const correct, or more const correct than it was... * added a new resource files to support the new charts. * changed the NullController to return a constant speed to help with development.
This commit is contained in:
@@ -85,7 +85,7 @@ DialWindow::pause()
|
||||
}
|
||||
|
||||
void
|
||||
DialWindow::telemetryUpdate(RealtimeData rtData)
|
||||
DialWindow::telemetryUpdate(const RealtimeData &rtData)
|
||||
{
|
||||
// we got some!
|
||||
RealtimeData::DataSeries series = static_cast<RealtimeData::DataSeries>
|
||||
|
||||
Reference in New Issue
Block a user