Index: firmware/App/Services/StateServices/TubeSetInstall.h =================================================================== diff -u -r4ea39ac34ede5011de1954b7c58761df25120fcf -r4c35d4de9fd7fccaf7aa4adb9a68115e823adf64 --- firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision 4ea39ac34ede5011de1954b7c58761df25120fcf) +++ firmware/App/Services/StateServices/TubeSetInstall.h (.../TubeSetInstall.h) (revision 4c35d4de9fd7fccaf7aa4adb9a68115e823adf64) @@ -47,14 +47,14 @@ // ********** public function prototypes ********** -void initTubeSetInstall( void ); ///< Initialize this service -void execTubeSetInstall( void ); ///< Execute the service state machine (call from ModePreTreat and ModeTreatment) +void initTubeSetInstall( void ); // Initialize this service +void execTubeSetInstall( void ); // Execute the service state machine (call from ModePreTreat and ModeTreatment) -BOOL isTubeSetInstallComplete( void ); ///< Returns True once auto-load finished successfully -BOOL handleAutoLoadRequest( MESSAGE_T *message ); ///< Handle UI auto-load confirmation request +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 -TUBE_SET_TYPE_T getTubeSetType( void ); ///< Get the current installed tube set type +void setTubeSetType( TUBE_SET_TYPE_T type ); // Set the current installed tube set type +TUBE_SET_TYPE_T getTubeSetType( void ); // Get the current installed tube set type /**@}*/