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
As a mobile application, I want the data and HMI Level to be resumed after low voltage event when EMMC gets turned off and all read/write operations are unavailable.
Detailed description:
UNIX signals are used to exchange shutdown and wake-up signals between HMI and SDL Core during a 'LowVoltage' event.
Unix signals provide ability to use signals from SIGRTMIN to SIGRTMAX for custom needs.
The offset for SIGRTMIN from this notifications is defined in SmartDeviceLink.ini.:
[MAIN]
LowVoltageSignal = 1 ; Offset for from SIGRTMIN
WakeUpSignal = 2 ; Offset for from SIGRTMIN
IgnitionOffSignal = 2 ; Offset for from SIGRTMIN
LOW_VOLTAGE
Description:
As a mobile application, I want the data and HMI Level to be resumed after low voltage event when EMMC gets turned off and all read/write operations are unavailable.
Detailed description:
UNIX signals are used to exchange shutdown and wake-up signals between HMI and SDL Core during a 'LowVoltage' event.
Unix signals provide ability to use signals from SIGRTMIN to SIGRTMAX for custom needs.
The offset for SIGRTMIN from this notifications is defined in SmartDeviceLink.ini.:
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: