Index: sources/ApplicationController.cpp =================================================================== diff -u -r3f555c49ddd2c983f469709e3c001d0e76159248 -rcab6f784c0fa71adc3b69c9617da5721ea0daef2 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 3f555c49ddd2c983f469709e3c001d0e76159248) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision cab6f784c0fa71adc3b69c9617da5721ea0daef2) @@ -500,6 +500,15 @@ settings.read(); } +/*! + * \brief ApplicationController::onstartPOST + * \details The POST entry point + * - Sends the first async check-in to the HD to let HD know it can start it's POST and UI is ready to communicate. + * - Connects to the POST process to be able to trigger an alarm during the POST to be listed in the active alarms list. + * - Connects to the POST process to be able to send the final UI POST result. + * - Starts the UI POST + * \return void + */ void ApplicationController::onstartPOST() { emit didActionTransmit(GuiActionType::ID_KeepAlive, {}); ApplicationPost post;