Loading ttcn/CAM/LibItsCam_Functions.ttcn +18 −0 Original line number Original line Diff line number Diff line Loading @@ -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> Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +18 −0 Original line number Original line Diff line number Diff line Loading @@ -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> Loading