7 Teleservice Application Framework
User Manual
257/374
7.3.12.10 utils_search_first_value
Function Description
sint32 utils_search_first_value (FILE *
opt_File,
const charn * const
opcn_SearchString,
charn *
opcn_ValueTarget, const uint32 ou32_ValueTargetBufferSize)
The function searches for the string opcn_SearchString, from the beginning in the file opt_File. If
opcn_SearchString is located in the file, the rest of the line is copied into opcn_ValueTarget. The maximal
length of opcn_ValueTarget is defined by ou32_ValueTargetBufferSize in byte.
Information Flow
Input Information
Parameter
Range
Description
opt_File
FILE
pointing to file in that the search sting must be
searched
opcn_SearchString
pointer to the search string
opcn_ValueTarget
pointer to the value string
opcn_ValueTargetBufferSize
pointer to the buffer size of the value
Output Information
Return Value
Description
C_NO_ERR
Function executed without error, the search string is found and the value is written
to the buffer
C_UNKNOWN_ERR
No search string was found, the buffer is too small or can not allocate the buffer
7.3.12.11 utils_search_next_value
Function Description
sint32 utils_search_next_value (FILE *
opt_File,
charn const * const
opcn_SearchString,
const
charn * opcn_ValueTarget, const uint32 ou32_ValueTargetBufferSize)
The function searches for the string opcn_SearchString from the current file pointer position in file opt_File. If
opcn_SearchString is located in the file, the rest of the line is copied into opcn_ValueTarget. The maximum
length of opcn_ValueTarget is defined by ou32_ValueTargetBufferSize in byte.
Information Flow
Input Information
Parameter
Range
Description
opt_File
FILE
pointing to file in that the search sting must be
searched
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 ...