Rename programmable signals to programmable pre-signals
This is to make it less unclear what they actually are and do
This commit is contained in:
@@ -71,7 +71,7 @@ static inline bool IsPbsSignal(SignalType type)
|
||||
return type == SIGTYPE_PBS || type == SIGTYPE_PBS_ONEWAY;
|
||||
}
|
||||
|
||||
/// Is this a programmable signal?
|
||||
/// Is this a programmable pre-signal?
|
||||
static inline bool IsProgrammableSignal(SignalType type)
|
||||
{
|
||||
return type == SIGTYPE_PROG;
|
||||
|
Reference in New Issue
Block a user