diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index 7e649d4..d2c867c 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -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(); }