Index: firmware/App/Services/StateServices/TubeSetInstall.h =================================================================== diff -u -r4c35d4de9fd7fccaf7aa4adb9a68115e823adf64 -rc2951f468ebc19160ee9af14cc9c35bc16121889 --- firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision 4c35d4de9fd7fccaf7aa4adb9a68115e823adf64) +++ firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision c2951f468ebc19160ee9af14cc9c35bc16121889) @@ -53,8 +53,9 @@ BOOL isTubeSetInstallComplete( void ); // Returns True once auto-load finished successfully BOOL handleAutoLoadRequest( MESSAGE_T *message ); // Handle UI auto-load confirmation request -void setTubeSetType( TUBE_SET_TYPE_T type ); // Set the current installed tube set type +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 /**@}*/