osurs  0.0.1
Data Fields
network_t Struct Reference

A network. More...

#include <types.h>

Collaboration diagram for network_t:
Collaboration graph
[legend]

Data Fields

HashMapnodes
 
HashMaproutes
 
HashMapvehicles
 
HashMapcompositions
 

Detailed Description

A network.

A network consists of nodes where vehicles stop and passengers can get on and off.

Field Documentation

◆ compositions

HashMap* network_t::compositions

Compositions in the network.

◆ nodes

HashMap* network_t::nodes

Nodes in the network.

◆ routes

HashMap* network_t::routes

Routes in the network.

◆ vehicles

HashMap* network_t::vehicles

Vehicles in the network.


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