|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <subscmpl.h>
Data Fields | |
| char ** | errors |
| char * | input_file_fmsticket |
| char ** | log_file_fmstickets |
| int | n_errors |
| int | n_log_file_fmstickets |
| char * | verdict |
Output data structures for given set of files during import processing. It includes the final file fms ticket, verdict, list of warnings and errors if there are any, fms ticket of the log files per input document.
Definition at line 51 of file subscmpl.h.
| char** SUBSCMPL_import_out_s::errors |
An array of errors that occurred while import of the above file.
The memory is to be freed by calling MEM_free on the container only (because the array is packed).
Definition at line 57 of file subscmpl.h.
| char* SUBSCMPL_import_out_s::input_file_fmsticket |
FMS file ticket of the Material substance declaration data in XML file or excel file format that was imported to teamcenter.
The memory needs to be freed through MEM_free or to be handled through scoped_smptr<>.
Definition at line 53 of file subscmpl.h.
| char** SUBSCMPL_import_out_s::log_file_fmstickets |
An array of log file fms tickets. The memory needs to be freed through MEM_free or to be handled through scoped_smptr<>.
Definition at line 60 of file subscmpl.h.
| int SUBSCMPL_import_out_s::n_errors |
Number of errors that occurred while import of the above file.
Definition at line 56 of file subscmpl.h.
| int SUBSCMPL_import_out_s::n_log_file_fmstickets |
Number of log file fms tickets.
Definition at line 59 of file subscmpl.h.
| char* SUBSCMPL_import_out_s::verdict |
Verdict text. Success or Failure. Needs to be freed through MEM_free or to be handled through scoped_smptr<>.
Definition at line 55 of file subscmpl.h.