Added signal parsing and queries.

This commit is contained in:
Axel 2020-02-14 17:40:14 +01:00 committed by Axel1092
parent e9dd27f8f9
commit c076a722f7
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ namespace client {
_signal(signal),
_distance_from_search(distance_from_search) {}
SharedPtr<Waypoint> _waypoint; /// waypoint where the signal is affecting
/// waypoint where the signal is affecting
SharedPtr<Waypoint> _waypoint;
const road::element::RoadInfoSignal* _signal;