 |
PK_ASSEMBLY_check_r_t |
|
struct PK_ASSEMBLY_check_r_s
{
int r_t_version;
--- version number of return structure
int n_faults;
--- number of faults
PK_check_fault_t *faults;
--- faults
};
typedef struct PK_ASSEMBLY_check_r_s PK_ASSEMBLY_check_r_t;
A structure packaging the result from PK_ASSEMBLY_check
Used in:
PK_ASSEMBLY_check
PK_ASSEMBLY_check_r_f
The structure has the following fields:
'n_faults' The number of faults found.
'faults' An array containing the faults found.
The function PK_ASSEMBLY_check_r_f may be used to free associated memory.
Generated on: Fri, 04 Oct 2024 12:14:58 GMT