Loading ttcn/CAM/LibItsCam_Functions.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,17 @@ module LibItsCam_Functions { } // end of preambles group upperTester { function f_upperTester () { // crash signal activated // crash signal deactivated } // end of function } // end of upperTester group configuration { /** Loading ttcn/LibIts_Interface.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,9 @@ module LibIts_Interface { */ type component ItsFa extends ItsAdapterComponent { // component variables var CamInd vc_camMsg; // FA1 ports port CamPort camPort; port DenmPort denmPort; Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,17 @@ module LibItsCam_Functions { } // end of preambles group upperTester { function f_upperTester () { // crash signal activated // crash signal deactivated } // end of function } // end of upperTester group configuration { /** Loading
ttcn/LibIts_Interface.ttcn +4 −1 Original line number Diff line number Diff line Loading @@ -72,6 +72,9 @@ module LibIts_Interface { */ type component ItsFa extends ItsAdapterComponent { // component variables var CamInd vc_camMsg; // FA1 ports port CamPort camPort; port DenmPort denmPort; Loading