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
Summary of Contents for TC1
Page 1: ...TC1 User Manual Version of this document V1 00r0 ...
Page 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Page 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Page 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Page 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...