7 Teleservice Application Framework
User Manual
204/374
Return Value
Description
log job does not exists
log job is active and cannot be updated
C_RANGE
Parameters are out of range
7.3.6.2.7
ylogd_set_master_save_condition
Function Description
sint32
ylogd_set_master_save_condition (const T_DBUS_Util *const
opt_DBusInstance,
const
charn * const opcn_LogJobName,
const charn * const opcn_DatapoolName, const charn * const
opcn_ListName, const charn * const opcn_VariableName,
const charn * const opcn_Logic,
const uint32 ou32_Hysteresis, const uint32 ou32_Threshold, const charn * const
opcn_Concatenation)
This function adds a new master save condition to the log job opcn_LogJobName:
if (VARIABLE ('<='or '>= or '==' or '!=') (os32_Thr/- os32_Hysteresis))
then
condition is true, value will be logged.
opcn_VariableName
is the value of
opcn_Datapoolname.opcn_ListName.opcn_VariableName
.
When a master save condition is defined it will always be concatenated with the previous master save
conditions result. The variable to be tested is defined by: opcn_DatapoolName, opcn_ListName and
opcn_VariableName
The testing logic is defined by: opcn_Logic which can be '!=', '==', '<=', '>='
The variable is checked against the following parameters: os32_Thr/- os32_Hysteresis
If there are more than one conditions to be tested, then the result is logically linked with the previous result by
opcn_Concatenation ('AND', 'OR' and 'EXOR').
Information Flow
Input Information
Parameter
Range
Description
opt_DBusInstance
T_DBUS_Util
holds all D-Bus information
WARNING:
If a master save condition is chosen, the condition has to be true before the regular save condition
will be checked.
NOTE:
For an illustration of the logging sequence seeHow the logger mechanism works (see "
on page 189).
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 ...