OpenTTD Source 20250312-master-gcdcc6b491d
LinkGraphJob::DemandAnnotation Struct Reference

Demand between two nodes. More...

#include <linkgraphjob.h>

Data Fields

uint demand = 0
 Transport demand between the nodes.
 
uint unsatisfied_demand = 0
 Demand over this edge that hasn't been satisfied yet.
 

Detailed Description

Demand between two nodes.

Definition at line 34 of file linkgraphjob.h.

Field Documentation

◆ demand

uint LinkGraphJob::DemandAnnotation::demand = 0

Transport demand between the nodes.

Definition at line 35 of file linkgraphjob.h.

◆ unsatisfied_demand

uint LinkGraphJob::DemandAnnotation::unsatisfied_demand = 0

Demand over this edge that hasn't been satisfied yet.

Definition at line 36 of file linkgraphjob.h.


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