Extracting Data Table Data
extern SE_STATUS_CODE_ENUM
const SE_DATA_TABLE_EXTENTS *extents_ptr,
const EDCS_AC_ID selected_elements[],
const EDCS_CC_ID selected_components[],
unsigned char **data_out_ptr
- 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 and managed by store_in
- Data is organized as a stream of atomic types (SE_INT8, SE_UINT16, etc.) that are sequenced as specified by the selected_elements parameter.