You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From Lifecycle presentation:
Session Management
• The Node Session State (NSS) contains information about the current sessions that are active in that Head Unit and are used by the NSM state machine to determine correct actions to events
• The state of a current session can be read using the method Consumers.GetSessionState
with the name of the session and can be set using Consumers.SetSessionState (“WB – NSM – Application Blocking system shutdown”)
• Alternatively consumers can register to be signalled (“SessionStateChanged”) when a particular Session State has changed (“WB – NSM – Session State Handling”)
• To control new sessions the methods Consumers.RegisterSession and UnRegisterSession have been provided (“WB – NSM – Add new session state”)
From my point of view VSM introduces something similar to sessions in Lifecycle component.
Reverse gear controller can register "RVC" session and set session state if reverse gear is on. All involved consumers will be signalled about session state change and take needed action (turn on rear-view-camera for ex.)
The text was updated successfully, but these errors were encountered:
From Lifecycle presentation:
Session Management
• The Node Session State (NSS) contains information about the current sessions that are active in that Head Unit and are used by the NSM state machine to determine correct actions to events
• The state of a current session can be read using the method Consumers.GetSessionState
with the name of the session and can be set using Consumers.SetSessionState (“WB – NSM – Application Blocking system shutdown”)
• Alternatively consumers can register to be signalled (“SessionStateChanged”) when a particular Session State has changed (“WB – NSM – Session State Handling”)
• To control new sessions the methods Consumers.RegisterSession and UnRegisterSession have been provided (“WB – NSM – Add new session state”)
From my point of view VSM introduces something similar to sessions in Lifecycle component.
Reverse gear controller can register "RVC" session and set session state if reverse gear is on. All involved consumers will be signalled about session state change and take needed action (turn on rear-view-camera for ex.)
The text was updated successfully, but these errors were encountered: