OpenTTD Source  20240919-master-gdf0233f4c2
CYapfReserveTrack< Types > Class Template Reference
Inheritance diagram for CYapfReserveTrack< Types >:
CYapfFollowAnySafeTileRailT< Types > CYapfFollowRailT< Types >

Public Types

typedef Types::Tpf Tpf
 the pathfinder class (derived from THIS class)
 
typedef Types::TrackFollower TrackFollower
 
typedef Types::NodeList::Titem Node
 this will be our node type
 

Public Member Functions

void SetReservationTarget (Node *node, TileIndex tile, Trackdir td)
 Set the target to where the reservation should be extended.
 
void FindSafePositionOnNode (Node *node)
 Check the node for a possible reservation target.
 
bool TryReservePath (PBSTileInfo *target, TileIndex origin)
 Try to reserve the path till the reservation target.
 

Protected Member Functions

TpfYapf ()
 to access inherited pathfinder
 

Private Member Functions

bool FindSafePositionProc (TileIndex tile, Trackdir td)
 
bool ReserveRailStationPlatform (TileIndex &tile, DiagDirection dir)
 Reserve a railway platform. More...
 
bool ReserveSingleTrack (TileIndex tile, Trackdir td)
 Try to reserve a single track/platform.
 
bool UnreserveSingleTrack (TileIndex tile, Trackdir td)
 Unreserve a single track/platform. More...
 

Private Attributes

TileIndex m_res_dest
 The reservation target tile.
 
Trackdir m_res_dest_td
 The reservation target trackdir.
 
Nodem_res_node
 The reservation target node.
 
TileIndex m_res_fail_tile
 The tile where the reservation failed.
 
Trackdir m_res_fail_td
 The trackdir where the reservation failed.
 
TileIndex m_origin_tile
 Tile our reservation will originate from.
 
std::vector< std::pair< TileIndex, Trackdir > > m_signals_set_to_red
 List of signals turned red during a path reservation.
 

Detailed Description

template<class Types>
class CYapfReserveTrack< Types >

Definition at line 36 of file yapf_rail.cpp.

Member Function Documentation

◆ ReserveRailStationPlatform()

template<class Types >
bool CYapfReserveTrack< Types >::ReserveRailStationPlatform ( TileIndex tile,
DiagDirection  dir 
)
inlineprivate

◆ UnreserveSingleTrack()


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