Door Events: Update log outputs
This commit is contained in:
parent
d5d2b8917a
commit
017543dd5b
@ -82,7 +82,7 @@ void ATBDeviceControllerPlugin::onChangedProgramModeToSERVICE()
|
||||
|
||||
void ATBDeviceControllerPlugin::onChangedProgramModeToIDLE()
|
||||
{
|
||||
hw->dc_autoRequest(false);
|
||||
hw->dc_autoRequest(false); // <-- TODO: ???
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onChangedProgramModeToOOO()
|
||||
@ -147,19 +147,19 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened()
|
||||
// TODO:
|
||||
// - show special screen / message on screen
|
||||
// - create an HealthEvent (-> ISMAS-Event)
|
||||
qCritical() << "TODO: implement ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
||||
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onCoinBoxRemoved()
|
||||
{
|
||||
// TODO:
|
||||
// - create and send account (-> requestAccountResponse())
|
||||
qCritical() << "TODO: implement ATBDeviceControllerPlugin::onCoinBoxRemoved()";
|
||||
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()";
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onCoinBoxInserted()
|
||||
{
|
||||
qCritical() << "TODO: implement ATBDeviceControllerPlugin::onCoinBoxInserted()";
|
||||
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxInserted()";
|
||||
}
|
||||
|
||||
void ATBDeviceControllerPlugin::onAllDoorsClosed()
|
||||
@ -167,7 +167,7 @@ void ATBDeviceControllerPlugin::onAllDoorsClosed()
|
||||
// TODO:
|
||||
// - check for errors, switch to mode IDLE
|
||||
|
||||
qCritical() << "TODO: implement ATBDeviceControllerPlugin::onAllDoorsClosed()";
|
||||
qCritical() << "ATBDeviceControllerPlugin::onAllDoorsClosed()";
|
||||
|
||||
emit this->requestModeIDLE();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user