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