Loading javasrc/tool/org/etsi/its/tool/testingtech/ExternalFunctionsPluginProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ public class ExternalFunctionsPluginProvider implements ExternalFunctionsProvide IntegerValue p_cenLatitude, IntegerValue p_cenLongitude, FloatValue pRotation, IntegerValue pLatitude, IntegerValue pLongitude) { _externalFunctionsPluginProvider.fx_computePositionFromRotation(p_refLatitude, p_refLongitude, pRotation, pLatitude, pLongitude); _externalFunctionsPluginProvider.fx_computePositionFromRotation(p_refLatitude, p_refLongitude, p_cenLatitude, p_cenLongitude, pRotation, pLatitude, pLongitude); } @Override Loading Loading
javasrc/tool/org/etsi/its/tool/testingtech/ExternalFunctionsPluginProvider.java +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ public class ExternalFunctionsPluginProvider implements ExternalFunctionsProvide IntegerValue p_cenLatitude, IntegerValue p_cenLongitude, FloatValue pRotation, IntegerValue pLatitude, IntegerValue pLongitude) { _externalFunctionsPluginProvider.fx_computePositionFromRotation(p_refLatitude, p_refLongitude, pRotation, pLatitude, pLongitude); _externalFunctionsPluginProvider.fx_computePositionFromRotation(p_refLatitude, p_refLongitude, p_cenLatitude, p_cenLongitude, pRotation, pLatitude, pLongitude); } @Override Loading