Extracting Data Table Data
extern SE_STATUS_CODE_ENUM SE_GetPackedDataTable
SE_DATA_TABLE_EXTENTS extents,
const SE_SAC_ID selected_elements[],
const SE_SCC_ID selected_components[],
unsigned char *data_out_ptr,
char *(*alloc_func_ptr)(SE_UINT16 size)
Returns the elements selected from each cell (selected_elements & selected_components) for the specified area of interest (extents)
Returned data is placed in the memory area passed as data_out_ptr
Data is organized as a stream of atomic types (SE_INT8, SE_UINT16, etc.) that are sequenced as specified by the selected_elements parameter.