Index: sources/ApplicationController.cpp =================================================================== diff -u -rfc329c788fe9453983072bee937ccbc95b4ed6e4 -r20453ac382a122d1dde3c399ed9fcaf8a39b4ad6 --- sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) +++ sources/ApplicationController.cpp (.../ApplicationController.cpp) (revision 20453ac382a122d1dde3c399ed9fcaf8a39b4ad6) @@ -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;