4.8.3.82. GET_PROFILE_DOUBLE

The GET_PROFILE_DOUBLE function get the real value from property file.

Table 4.209 Function Name

Language type

Subroutine

C/C++

get_propfile_double(idFileParam, sblock, nblock, sAttribute, nAttribute, retdValue, errflg)

Table 4.210 Parameter information

Variable Name

Size

Description

idFileParam

int

[in] property file ID.

sblock

char[256]

[in] block name

nblock

int

[in] the number of block name characters

sAttribute

char[256]

[in] attribute name

nAttribute

int

[in] the number of attribute name characters

retdValue

double

[out] real value of the attribute

errflg

int

[out] error status (0: No error, 1: error)