EasyManua.ls Logo

STW TC1 - Page 251

STW TC1
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
7 Teleservice Application Framework
User Manual 251/374
Example
.
.
.
/* Register with D-BUS */
if(dbus_get_on_the_bus(&mt_dbus_util) != 0)
{
// Register application on D-BUS failed */
return(1);
}
/* send dbus signal */
s32_retval = ysignald_GPS_con_state(&mt_dbus_util, "Valid");
if(s32_retval != C_NO_ERR)
{
// Sending 'GPS_Connection_State' signal with state 'Valid' faild
return(1);
}
.
.
.

Table of Contents