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