Example 3: <Data Table> Extraction Functions [3 of 4]
SE_STATUS_CODE_ENUM SE_GetPackedDataTable
const SE_DATA_TABLE_EXTENTS *extents_ptr,
const EDCS_AC_ID selected_elements[],
const EDCS_CC_ID selected_components[],
unsigned char **data_out_ptr
Data is organized as a stream of elemental types (SE_INT8, SE_UINT16, etc.) that are sequenced as specified by the selected_elements parameter.
element_count, selected_elements & selected_components can be from SE_GetDataTableSignature() or a subset of elements from the list of elements.
extents_ptr can be set from SE_GetDataTableExtents() or can be a sub-extents.
Returned data is placed in the memory area passed as data_out_ptr and managed by store_in.