File diff r17624:f2c5f47dceaa → r17625:366001a31c88
src/signal_type.h
Show inline comments
 
@@ -34,6 +34,7 @@ enum SignalType {
 
	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> {};