better method name
This commit is contained in:
parent
9321aae600
commit
3745d34249
|
@ -174,7 +174,7 @@ void LimpManager::onIgnitionStateChanged(bool ignitionOn) {
|
|||
m_ignitionOn = ignitionOn;
|
||||
}
|
||||
|
||||
void LimpManager::etbProblem() {
|
||||
void LimpManager::reportEtbProblem() {
|
||||
m_allowEtb.clear(ClearReason::EtbProblem);
|
||||
setFaultRevLimit(1500);
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ public:
|
|||
bool allowTriggerInput() const;
|
||||
|
||||
// Other subsystems call these APIs to indicate a problem has occurred
|
||||
void etbProblem();
|
||||
void reportEtbProblem();
|
||||
void fatalError();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue