 |
PK_identify_general_r_t |
|
struct PK_identify_general_r_s
{
int n_general; --- number of general characteristics
PK_general_t *type; --- type of each general characteristic
PK_TOPOL_t *topol; --- associated topology
};
typedef struct PK_identify_general_r_s PK_identify_general_r_t;
This structure contains the results of a PK_BODY_identify_general call.
Used in:
PK_BODY_identify_general
PK_identify_general_r_f
It contains the fields:
'n_general' The number of general characteristics found
'type' The type of characteristic
'topol' Associated topology