|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <unidefs.h>#include <scp0subscmpl/libscp0subscmpl_exports.h>#include <scp0subscmpl/libscp0subscmpl_undef.h>Go to the source code of this file.
Data Structures | |
| struct | MSD_import_errors_s |
| struct | SUBSCMPL_import_out_s |
Typedefs | |
| typedef struct MSD_import_errors_s | MSD_import_errors_t |
| typedef struct SUBSCMPL_import_out_s | SUBSCMPL_import_out_t |
Functions | |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_all_results (tag_t input_tag, int *n_items, tag_t **items, int *n_regulations, tag_t **regulations, int *n_results, tag_t **results) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_exemption (tag_t result_tag, int *n_relations, tag_t **p_relations, int *n_exemptions, tag_t **p_exemptions) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_failed_data (tag_t input_result_tag, tag_t *failed_item, char **failure_reason) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_latest_result (tag_t input_tag, tag_t regulation, tag_t *latest_result) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_regulations (int *n_regulations, tag_t **regulations) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_result (tag_t input_tag, int *n_results, tag_t **results) |
| SCP0SUBSCMPL_API int | SUBSCMPL_ask_status (tag_t input_tag, int status, tag_t regulation, int *n_parts, char **status_desc) |
| SCP0SUBSCMPL_API int | SUBSCMPL_import_declarations (const char *decl_type, const char *xsl_file_fmsticket, const char *transfer_mode, const char *option_set_name, int num_input_file_fms_tickets, const char **input_file_fms_tickets, const char *mode, int *num_output_data, SUBSCMPL_import_out_t **output_data) |
| SCP0SUBSCMPL_API int | SUBSCMPL_msd_import (const char *ipc_file_name, const char *xsl_file_name, const char *transfer_mode, const char *option_set_name, int master_site, const char *directory_path, const char *mode, int *imported_files_count, MSD_import_errors_t **output_data) |
| SCP0SUBSCMPL_API int | SUBSCMPL_validate_declarations (const char *declaration_type, const char *xsl_file_fmsticket, int num_input_file_fms_tickets, const char **input_file_fms_tickets, const char *mode, tag_t *session_digest_object) |
This file contains the head details for collecting Compliance Information for Summary Dashboard
============================================================================================ Date Name Description of Change 21-Mar-2012 guptak Initial Version
Definition in file subscmpl.h.
| typedef struct MSD_import_errors_s MSD_import_errors_t |
Holds the Material Substance Declaration (MSD) file import errors
| typedef struct SUBSCMPL_import_out_s SUBSCMPL_import_out_t |
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.