Index: firmware/App/Services/StateServices/TubeSetInstall.h =================================================================== diff -u -r83310420ae862de4724f8cfbbaeda9936c47801b -r5366722d2325ea93db0ad1f696db78597af3b7c6 --- firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision 83310420ae862de4724f8cfbbaeda9936c47801b) +++ firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision 5366722d2325ea93db0ad1f696db78597af3b7c6) @@ -58,6 +58,7 @@ void setTubeSetType( TUBE_SET_TYPE_T type ); // Set the current installed tube set type TODO: Call this after implementing bar code logic TUBE_SET_TYPE_T getTubeSetType( void ); // Get the current installed tube set type void validateTubeSetType( void ); // Validate tube set type with the modality TODO: call this after implementing bar code logic and setting the tube set type +BOOL isTubeSetInstallAwaitingConfirmation( void ); // Return TRUE when Install is awaiting tubing set confirmation. /**@}*/