Commit df0ce109 authored by fischer's avatar fischer
Browse files

functions updated

parent 0587709e
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -261,6 +261,24 @@ group upperTester {
        
        
    } // end function f_setDangerousGoodsStatus
    } // end function f_setDangerousGoodsStatus
    
    
	/** 
	* @desc	upper tester function to set if the Length/Width is precisely determined
	*			p_precision = true if the Length/Width is precisely determined
	* @param 	p_precision<br>
	* @return 	FncRetCode<br>
	*/
	function f_setLengthWidthPrecision( boolean p_precision ) runs on ItsFa return FncRetCode {

		//Variables
        var FncRetCode v_ret := e_success;
            
        //TODO define external function
		log("**** f_setLengthWidthPrecision: INFO: OK  ****");
            
        return v_ret;
        
    } // end function f_setLengthWidthPrecision
    
	/** 
	/** 
	*	@desc	upper tester function to set the doors status			
	*	@desc	upper tester function to set the doors status			
	* 	@param 	p_doorStatus<br>
	* 	@param 	p_doorStatus<br>