UF_CLONE_naming_failures_s (查看源代码)
 
定义在: uf_clone.h
 
也被称为:
 
概述
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)