Types and classes related to signals. More...
#include "core/enum_type.hpp"
#include "track_type.h"
#include "tile_type.h"
Go to the source code of this file.
Data Structures | |
struct | EnumPropsT< SignalType > |
Helper information for extract tool. More... | |
struct | SignalReference |
Reference to a signal. More... | |
Enumerations | |
enum | SignalVariant { SIG_ELECTRIC = 0, SIG_SEMAPHORE = 1 } |
Variant of the signal, i.e. More... | |
enum | SignalType { SIGTYPE_NORMAL = 0, SIGTYPE_ENTRY = 1, SIGTYPE_EXIT = 2, SIGTYPE_COMBO = 3, SIGTYPE_PBS = 4, SIGTYPE_PBS_ONEWAY = 5, SIGTYPE_PROG = 6, SIGTYPE_SPEED = 7, SIGTYPE_END, SIGTYPE_LAST = SIGTYPE_SPEED, SIGTYPE_FIRST_PBS_SPRITE = SIGTYPE_PBS } |
Type of signal, i.e. More... |
Types and classes related to signals.
Definition in file signal_type.h.
enum SignalType |
Type of signal, i.e.
how does the signal behave?
Definition at line 26 of file signal_type.h.
enum SignalVariant |