uf_vdac.h (²é¿´Ô´´úÂë)
 
¸ÅÊö
This include file contains the Open C API of the VDA Checker.
The routines specified in this file enable you to access a Compliance Error Objects (.ceo) file
containing an error report of a VDA Checker run.
Using the routines you can:

. Load comply errors from a .ceo file of the work part.

. Ask for those check criteria of a VDA Checker class that diagnosed faulty objects.

. Ask for all comply error items of a given check criterion key.

. Ask for a list of object identifiers for a given check criterion key.

. Ask for all criteria violations of a faulty object.

. Ask for a list of object identifiers of all faulty objects diagnosed.

. Manipulate the identified faulty objects.

If the VDA Checker diagnoses a violation of some check criterion, a Comply Error Item is generated.
It contains information about the fautly object(s) and the violation condition.
Comply Error Items (UF_VDAC_ce_item_t) for the same (unique) check criterion key are kept in a list
and are delivered in a UF_VDAC_ce_t structure.
Check criterion keys are grouped into comply error object classes (UF_VDAC_class_e_t).
Class specific check criterion keys (cckey) are defined as UF_VDAC_CCKEY_<specific_key> somewhere bolow.
A check criterion key (cckey) is unique regardless of the owning class.
Check criterion key info is available in UF_VDAC_cckey_t.