EasyManuals Logo

STW TC1 User Manual

STW TC1
374 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #154 background imageLoading...
Page #154 background image
7 Teleservice Application Framework
User Manual 154/374
// expects to be triggered
charn acn_myCMDOnWatchdog[2048]; // Bash cmd that must be executed
// by the ysysd in case no
// trigger signal occurred in time.
} T_DBUS_Util;
Output Information
Return Value
Description
C_NO_ERR
Function executed without error, the watchdog stopped successfully
C_UNKNOWN_ERR
Could not cancel the watchdog service from ysysd
C_RANGE
Parameter opt_DBusInstance is a NULL pointer
C_COM
The application was never registered with ysysd
Example
// Global module
T_DBUS_Util mt_DBUS_Util;
sint32 s32_Retval;
s32_Retval = ysysd_cancel_watch_dog (&mt_DBUS_Util);
if (s32_Retval != C_NO_ERR)
{
// Handle error cases
}
7.3.4.5 ysysd_get_ignition_status
Function Description
sint32 ysysd_get_ignition_status (const T_DBUS_Util * const opt_DBusInstance)
Returns the current status of the ignition pin from the system daemon. It calls a method of the system daemon
via the D-Bus, requesting the current status of the ignition pin.
Information Flow
Input Information
Parameter
Range
Description
opt_DBusInstance
T_DBUS_Util
holds all D-Bus information

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the STW TC1 and is the answer not in the manual?

STW TC1 Specifications

General IconGeneral
BrandSTW
ModelTC1
CategoryController
LanguageEnglish