ITK Function Reference

(V10000.1.0.60_20160308.00)
Data Structures | Typedefs | Functions
asbuilt.h File Reference
#include <mrocore/mrocore.h>
#include <asbuilt/libasbuilt_exports.h>
#include <asbuilt/libasbuilt_undef.h>

Go to the source code of this file.

Data Structures

struct  SearchInstallableAsbPhysPartParams
 

Typedefs

typedef struct ASBUILT_API
SearchInstallableAsbPhysPartParams 
SearchInstallableAsbPhysPartParams
 

Functions

ASBUILT_API int ASBUILT_bom_compare (tag_t *srcLines, int srcLineCount, tag_t *tarLines, int tarLineCount, int options, tag_t assyCtxtLineTag, tag_t bomCtxtLineTag, int *srcRetCount, tag_t **srcRetTags, int *matRetCount, tag_t **matRetTags)
 
ASBUILT_API int ASBUILT_bom_compare_no_context (tag_t srcLine, tag_t tarLine, const char *mode_name, int output_to, int *srcRetCount, tag_t **srcRetTags, int *matRetCount, tag_t **matRetTags, int *reportLength, char ***report_lines)
 
ASBUILT_API int ASBUILT_build_physical_part_revision (tag_t oldPhysPartRevTag, date_t effectiveFromDate, tag_t *outPhysPartRevTag)
 
ASBUILT_API int ASBUILT_convert_uids_into_bom_lines (int count, const char **bom_line_uids, tag_t **bom_lines)
 
ASBUILT_API int ASBUILT_convert_uids_into_bom_lines_with_flag (int count, const char **bom_line_uids, logical show_untraced_parts, tag_t **bom_lines)
 
ASBUILT_API int ASBUILT_create_compare_desc ()
 
ASBUILT_API int ASBUILT_create_missing_part_structure (tag_t selectedLineTag, tag_t *replacedLineTag)
 
ASBUILT_API int ASBUILT_gen_phystruc (tag_t inLine, GenerateStructureParams *inParam, tag_t *phys_rev)
 
ASBUILT_API int ASBUILT_generate_recipe (tag_t asbuilt_bom_line, char **recipe)
 
ASBUILT_API int ASBUILT_get_all_open_usage (tag_t inLine, tag_t physicalPartRevision, logical allUsages, char ***usageType, char ***openUsages, int *count, tag_t **childBOMLine)
 
ASBUILT_API int ASBUILT_get_all_open_usage_2 (tag_t parentPhysPart, tag_t physicalPartRevision, logical allUsages, char ***usageType, char ***openUsages, int *count, tag_t **childBOMLine)
 
ASBUILT_API int ASBUILT_get_all_open_usages (tag_t inLine, tag_t physicalPartRevision, char ***openUsages, int *count, tag_t **childBOMLine)
 
ASBUILT_API int ASBUILT_get_all_open_usages_2 (tag_t parentPhysPart, tag_t physicalPartRevision, char ***openUsages, int *count, tag_t **childBOMLine)
 
ASBUILT_API int ASBUILT_init_module ()
 
ASBUILT_API int ASBUILT_install_asbuilt_part_revision (tag_t inLine, tag_t physicalPartRevision, tag_t selectedBOMLineImpl, InstallPartParams *inParams, tag_t *asbuiltStructure, tag_t *installedLineTag)
 
ASBUILT_API int ASBUILT_install_asbuilt_part_revision_2 (tag_t inLine, tag_t inParentPhysicalPartRev, tag_t physicalPartRevision, tag_t selectedBOMLineImpl, InstallPartParams *inParams, tag_t *asbuiltStructure, tag_t *installedLineTag)
 
ASBUILT_API int ASBUILT_install_physical_part (tag_t inLine, tag_t physicalPartRevision, char *usageType, tag_t selectedBOMLineImpl, InstallPartParams *inParams, tag_t *allowedDeviation, tag_t *asbuiltStructure, tag_t *installedLineTag)
 
ASBUILT_API int ASBUILT_install_physical_part_2 (tag_t inLine, tag_t inParentPhysicalPart, tag_t physicalPartRevision, char *usageType, tag_t selectedBOMLineImpl, InstallPartParams *inParams, tag_t *allowedDeviation, tag_t *asbuiltStructure, tag_t *installedLineTag)
 
ASBUILT_API int ASBUILT_line_ask_all_child_lines (tag_t bom_line, int *count, tag_t **children)
 
ASBUILT_API int ASBUILT_line_set_window_top (tag_t window, tag_t physicalPart, tag_t physicalPartRevision, tag_t *topBOMLine)
 
ASBUILT_API int ASBUILT_rebuild_asbuilt_structure (tag_t inLine, date_t rebuildDate, tag_t *newPhysPartRev)
 
ASBUILT_API int ASBUILT_replace_physical_part (tag_t selectedAsbuiltBOMLline, tag_t copiedPhysPartRevision, InstallPartParams *params, tag_t *replacerAsbuiltBOMLine)
 
ASBUILT_API int ASBUILT_search_installable_physical_part_revisions (tag_t selParentPhysBOMLine, tag_t selectedBOMLineImpl, int attrCount, char **attributeNames, char **attributeValues, SearchInstallableAsbPhysPartParams *outParams)
 

Detailed Description

This header file declares all data types and constants to be used by clients of MRO module.

Definition in file asbuilt.h.