OpenTTD
|
Node of the link graph. More...
#include <linkgraph.h>
Public Member Functions | |
void | Init (TileIndex xy=INVALID_TILE, StationID st=INVALID_STATION, uint demand=0) |
Create a node or clear it. |
Data Fields | |
uint | supply |
Supply at the station. | |
uint | demand |
Acceptance at the station. | |
StationID | station |
Station ID. | |
TileIndex | xy |
Location of the station referred to by the node. | |
Date | last_update |
When the supply was last updated. |
Node of the link graph.
contains all relevant information from the associated station. It's copied so that the link graph job can work on its own data set in a separate thread.
Definition at line 48 of file linkgraph.h.
|
inline |
Create a node or clear it.
xy | Location of the associated station. |
st | ID of the associated station. |
demand | Demand for cargo at the station. |
Definition at line 28 of file linkgraph.cpp.
References INVALID_DATE.