The get_propfile_table function get the table data from property file.
|
Langunage type |
SubRoutine |
|
C/C++ |
get_propfile_table(idFileParam, sblock, nblock, sNameTable, nNameTable, vDataTable, 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 |
|
vDataTable |
double[] |
[out] all table data |
|
errflg |
int |
[out] error status (0: No error, 1: error) |