Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL must store OnWayPointChange internally and re-send this notification to each subscribed apps #2395

Closed
HSavynetska opened this issue Jul 19, 2018 · 1 comment
Assignees
Labels

Comments

@HSavynetska
Copy link

HSavynetska commented Jul 19, 2018

Bug Report

SDL must store OnWayPointChange internally and re-send this notification to each subscribed apps

Reproduction Steps
  1. In case
    app_1 and app_2 successfully subscribes on wayPonts-related data
    and SDL stores OnWayPointChange (<wayPoints_1>) notification received from HMI
    and HMI sends OnWayPointChange (<wayPoints_2>) notification to SDL
    SDL must:
    transfer this notification to both app_1 and app_2
    rewrite <wayPoints_1> to <wayPoints_2> internally
    send OnWayPointChange (<wayPoints_2>) to each application successfully subscribed to wayPoints-related data

  2. In case
    app_1 successfully subscribes on wayPonts-related data
    and HMI sends OnWayPointChange () notification to SDL
    SDL must:
    transfer this notification to app_1
    store OnWayPointChange () internally
    send OnWayPointChange () to each application successfully subscribed to wayPoints-related data

Expected Behavior

SDL must store OnWayPointChange internally and re-send this notification to each subscribed apps
image

Observed Behavior
OS & Version Information
  • OS/Version:
  • SDL Core Version:
  • Testing Against:
@iCollin
Copy link
Collaborator

iCollin commented Jun 8, 2020

Closed via #2490

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants