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:
Jonathan G Rennison
2019-12-05 18:13:35 +00:00
parent 1e03482d30
commit 030e8bf762
20 changed files with 51 additions and 51 deletions

View File

@@ -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;