UF_CLONE_naming_failures_s (view source)
 
Defined in: uf_clone.h
 
Also known as:
 
Overview
structure used to report naming failures during operations such as
reading a log file, applying defaults or setting a name rule.


Data Members

n_failures
int
<O>
Number of failures reported

statuses
int *
<OF> with UF_free;
Error codes, use UF_get_fail_message() to get
a description

input_names
char * *
<OF> - with UF_FREE_string_array;
part names of parts the failures apply to

output_names
char * *
<OF> - with UF_FREE_string_array;
output names for parts the failures apply to
(may be null, since the part name may not have
been generated correctly)