Skip to content

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

@HSavynetska

Description

@HSavynetska

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:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions