PK_CONE_array_t   



This structure contains an array of entities of type PK_CONE_t


typedef struct PK_CONE_array_s
    {
    PK_CONE_t      *array;   --- array of CONEs
    int             length;  --- length of array
    }
    PK_CONE_array_t;

It has the fields:

'array':   array of entities of type PK_CONE_t

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