Index: firmware/App/Services/StateServices/TubeSetInstall.c =================================================================== diff -u -r5366722d2325ea93db0ad1f696db78597af3b7c6 -r28f137017915af37b784c95803b044136fab4d5b --- firmware/App/Services/StateServices/TubeSetInstall.c (.../TubeSetInstall.c) (revision 5366722d2325ea93db0ad1f696db78597af3b7c6) +++ firmware/App/Services/StateServices/TubeSetInstall.c (.../TubeSetInstall.c) (revision 28f137017915af37b784c95803b044136fab4d5b) @@ -336,6 +336,19 @@ /*********************************************************************//** * @brief + * The getTubeSetInstallState function returns the current Tube Set + * Install sub-state. + * @details \b Inputs: currentInstallState. + * @details \b Outputs: none. + * @return Current Tube Set Install sub-state. + *************************************************************************/ +TUBE_SET_INSTALL_STATE_T getTubeSetInstallState( void ) +{ + return currentInstallState; +} + +/*********************************************************************//** + * @brief * The handleAutoLoadRequest function handles a UI request to * confirm tubeset installation. * @details \b Message \b Sent: MSG_ID_TD_ADJUST_DISPOSABLES_CONFIRM_RESPONSE