Model Railroad System  2.2.2
Public Attributes | List of all members
FCFSupport::Train::StationOrIndustry Union Reference

Union of stations or industries, used for stops. More...

#include <Train.h>

Public Attributes

Stationstation
 Station, for other then Manifest freights. More...
 
Industryindustry
 Industry, for Manifest freights. More...
 

Detailed Description

Union of stations or industries, used for stops.

Member Data Documentation

◆ industry

Industry* FCFSupport::Train::StationOrIndustry::industry

Industry, for Manifest freights.

◆ station

Station* FCFSupport::Train::StationOrIndustry::station

Station, for other then Manifest freights.