PK_ITEM_array_t   



This structure contains an array of items of type PK_ITEM_t

Used in:

PK_DEBUG_check_fault_t
PK_DEBUG_SESSION_watch_items
PK_REPORT_record_2_t
PK_REPORT_record_3_t
PK_REPORT_record_4_t


typedef struct PK_ITEM_array_s
    {
    PK_ITEM_t      *array;   --- array of ITEMs
    int             length;  --- length of array
    }
    PK_ITEM_array_t;

It has the fields:

'array':   array of items of type PK_ITEM_t

'length':  the number of items in 'array'