|
SEDRIS Reference Manual
APPENDIX C - LEVEL 0 READ and WRITE API AUXILIARY FUNCTIONS Functions SE ValidDataTableSignature |
|---|
| extern SE_Status_Code | |||
| SE_ValidDataTableSignature | |||
| ( | |||
| SE_Integer_Positive | element_count, | (notes) | |
| const | SE_Integer_Positive | table_prop_descript_number[] | (notes) |
| ); | |||
Checks for duplicate elements in a selected portion of a <Data Table>'s signature.
| SE_STAT_CODE_SUCCESS | if valid parameters were passed in. |
| SE_STAT_CODE_NULL_REQUIRED_PARAMETER | if element_count is non-zero and table_prop_descript_number is NULL. |
| SE_STAT_CODE_FAILURE | if duplicates exist. |
the size of the following table_prop_descript_number array.
an array of indices into the ordered list of
<Table Property Descriptions> aggregated by the given <Data Table>.
Prev: SE_ValidCylindricalVolumeExtentEntry.
Next: SE_ValidDataTableSubExtent.
Up:Index.
|