The get_propfile_double function get the real value from property file.
Langunage type |
SubRoutine |
C/C++ |
get_propfile_double(idFileParam, sblock, nblock, sAttribute, nAttribute, retdValue, errflg) |
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) |