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:
Greg Lonnon
2011-09-20 20:29:31 -06:00
parent 4c126d9658
commit af18bc83cf
19 changed files with 911 additions and 38 deletions

View File

@@ -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>