4.8.3.85. GET_PROFILE_TABLE

The GET_PROFILE_TABLE function get the table data from property file.

Table 4.215 Function Name

Language type

Subroutine

C/C++

get_propfile_table(idFileParam, sblock, nblock, sNameTable, nNameTable, vDataTable, errflg)

Table 4.216 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

sNameTable

char[256]

[in] attribute name

nNameTable

int

[in] the number of attribute name characters

vDataTable

double[]

[out] all table data

errflg

int

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