Loading ttcn/CAM/LibItsCam_Functions.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ module LibItsCam_Functions { function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam { function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam { utPort.send(p_event); utPort.send(p_event); tc_wait.start; alt { alt { [] utPort.receive(UtResult:true) { [] utPort.receive(UtResult:true) { tc_wait.stop; tc_wait.stop; Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -59,6 +59,7 @@ module LibItsCam_Functions { function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam { function f_utTriggerEvent(template (value) UtCamTrigger p_event) runs on ItsCam { utPort.send(p_event); utPort.send(p_event); tc_wait.start; alt { alt { [] utPort.receive(UtResult:true) { [] utPort.receive(UtResult:true) { tc_wait.stop; tc_wait.stop; Loading