SEDRIS Reference Manual
APPENDIX C - Transmittal Access Level 0 API Auxiliary Functions Functions SE ValidDataTableSignature |
---|
extern SE_Status_Code | |||
SE_ValidDataTableSignature | |||
( | |||
SE_Integer_Positive | element_count, | 1 | |
const | SE_Integer_Positive | table_prop_descript_number[] | 2 |
); |
Checks for duplicate elements in a selected portion of a <Data Table>'s signature.
SE_STATCODE_SUCCESS | if valid parameters were passed in. |
SE_STATCODE_INACTIONABLE_FAILURE | if element_count is non-zero and table_prop_descript_number is NULL. |
SE_STATCODE_INACTIONABLE_FAILURE | if duplicates exist. |
1 the size of the following table_prop_descript_number array.
2 an array of indices into the ordered list of <Table Property Description>s aggregated by the given <Data Table>.
Prev: SE_ValidCylindricalVolumeExtentEntry.
Next: SE_ValidDataTableSubExtent.
Up:Index.
|