Loading LibIot/LibIot_TestConfiguration.ttcn +42 −39 Original line number Diff line number Diff line Loading @@ -39,8 +39,11 @@ module LibIot_TestConfiguration { * @return reference to the created equipment user component */ function f_cf_create_IotEquipmentUser(in charstring p_name) runs on TestCoordinator return IotEquipmentUser { // TODO var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create(p_name) alive; var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create alive; var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create(p_name) alive; // TODO var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create alive; /* YANN It's really better to use named port for debug and so on */ return v_iotEquipmentUser; } Loading Loading
LibIot/LibIot_TestConfiguration.ttcn +42 −39 Original line number Diff line number Diff line Loading @@ -39,8 +39,11 @@ module LibIot_TestConfiguration { * @return reference to the created equipment user component */ function f_cf_create_IotEquipmentUser(in charstring p_name) runs on TestCoordinator return IotEquipmentUser { // TODO var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create(p_name) alive; var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create alive; var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create(p_name) alive; // TODO var IotEquipmentUser v_iotEquipmentUser := IotEquipmentUser.create alive; /* YANN It's really better to use named port for debug and so on */ return v_iotEquipmentUser; } Loading