osurs  0.0.1
Data Fields
stop_t Struct Reference

A stop. More...

#include <types.h>

Collaboration diagram for stop_t:
Collaboration graph
[legend]

Data Fields

int time_to_next
 
int arrival_offset
 
int departure_offset
 
int * reserved
 
struct node_tnode
 
struct stop_tprev
 
struct stop_tnext
 

Detailed Description

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.

Field Documentation

◆ arrival_offset

int stop_t::arrival_offset

The offset from the root stop arrival.

◆ departure_offset

int stop_t::departure_offset

The offset from the root stop departure.

◆ next

struct stop_t* stop_t::next

The next stop on the route.

◆ node

struct node_t* stop_t::node

The corresponding node in the network.

◆ prev

struct stop_t* stop_t::prev

The previous stop on the route.

◆ reserved

int* stop_t::reserved

Array with the number of reservations on the stop for each trip.

◆ time_to_next

int stop_t::time_to_next

Identifier.


The documentation for this struct was generated from the following file: