EasyManua.ls Logo

STW TC1 - Page 206

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 206/374
Return Value
Description
C_COM
D-Bus communication error
C_UNKNOWN_ERR
Wrong or existing job, dp, list, var name or wrong parameter for concatenation,
logic or NULL pointer
C_NOACT
Error occurred because the logger job, data pool, variable list or variable name
invalid, logic, or concatenation operator was invalid, received values corrupt, data
logger configuration does not exist, DLC file corrupt or logger already initialized
C_RANGE
Parameters are out of range
Association between logic, hysteresis and threshold
Example
// Global module
T_DBUS_Util mt_DBUS_Util;
sint32 s32_Retval;
s32_Retval = ylogd_set_master_save_condition (&mt_DBUS_Util, "TC3_Logger", "MyDatapool",
"GPSDates", "Longitude", ">=", 5, 10, "AND");
if (s32_Retval == C_NO_ERR)
{
// Go on
}

Table of Contents