|
osurs
0.0.1
|
A stop. More...
#include <types.h>

Data Fields | |
| int | time_to_next |
| int | arrival_offset |
| int | departure_offset |
| int * | reserved |
| struct node_t * | node |
| struct stop_t * | prev |
| struct stop_t * | next |
A stop.
A stop is a stop location on a trip pointing on a node in the network. Each stop contains information about which stop is next and how long it takes to reach it.
| int stop_t::arrival_offset |
The offset from the root stop arrival.
| int stop_t::departure_offset |
The offset from the root stop departure.
| struct stop_t* stop_t::next |
The next stop on the route.
| struct node_t* stop_t::node |
The corresponding node in the network.
| struct stop_t* stop_t::prev |
The previous stop on the route.
| int* stop_t::reserved |
Array with the number of reservations on the stop for each trip.
| int stop_t::time_to_next |
Identifier.