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

[Unix signals] - SDL behavior in case of LOW_VOLTAGE event #100

Open
KhrystynaDubovyk opened this issue Jul 26, 2018 · 0 comments
Open

[Unix signals] - SDL behavior in case of LOW_VOLTAGE event #100

KhrystynaDubovyk opened this issue Jul 26, 2018 · 0 comments

Comments

@KhrystynaDubovyk
Copy link
Contributor

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.:

[MAIN]
LowVoltageSignal = 1 ; Offset for from SIGRTMIN
WakeUpSignal = 2 ; Offset for from SIGRTMIN
IgnitionOffSignal = 2 ; Offset for from SIGRTMIN

Diagram:

N/A

Links:

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

No branches or pull requests

1 participant