osurs  0.0.1
Data Fields
node_t Struct Reference

A node. More...

#include <types.h>

Collaboration diagram for node_t:
Collaboration graph
[legend]

Data Fields

char * id
 
double x
 
double y
 
HashMaproutes
 

Detailed Description

A node.

A node is a stop location used by different routes.

Field Documentation

◆ id

char* node_t::id

Identifier.

◆ routes

HashMap* node_t::routes

HashMap with routes passing the node.

◆ x

double node_t::x

X coordinate.

◆ y

double node_t::y

Y coordinate.


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