The SEDRIS Data Representation Model
APPENDIX D - Functions SE PrintDataQualityElement |
---|
extern void | ||||
SE_PrintDataQualityElement | ||||
( | ||||
const | SE_Data_Quality_Element | * | value_ptr, | 1 |
const | char | * | name_ptr, | 2 |
SE_Integer_Unsigned | level | |||
); |
Prints the information in the given SE_Data_Quality_Element
1 pointer to SE_Data_Quality_Element whose contents are to be printed; if NULL, prints error message and returns to caller
2 name of value_ptr field at the caller's level
Prev: SE_PrintDRMType.
Next: SE_PrintDataTableDataValueType.
Up:Index.
|