File diff r17624:f2c5f47dceaa → r17625:366001a31c88
src/signal_type.h
Show inline comments
 
@@ -31,10 +31,11 @@ enum SignalType {
 
	SIGTYPE_PBS_ONEWAY = 5, ///< no-entry signal
 

	
 
	SIGTYPE_END,
 
	SIGTYPE_LAST       = SIGTYPE_PBS_ONEWAY,
 
	SIGTYPE_LAST_NOPBS = SIGTYPE_COMBO
 
};
 
/** Helper information for extract tool. */
 
template <> struct EnumPropsT<SignalType> : MakeEnumPropsT<SignalType, byte, SIGTYPE_NORMAL, SIGTYPE_END, SIGTYPE_END, 3> {};
 

	
 

	
 
#endif /* SIGNAL_TYPE_H */