ITK Function Reference

(12.1)
Functions
gms.h File Reference
#include <gms/libgms_exports.h>
#include <gms/libgms_undef.h>

Go to the source code of this file.

Functions

GMS_API int GMS_export_objects_to_offline_package (const char *reason, int n_objects, tag_t *object_tags, int n_sites, tag_t *sites, tag_t option_set_tag, int n_options, const char **option_names, const char **option_values, int n_session_options, const char **session_option_names, const char **session_option_values, tag_t *briefcase_dataset_tag, char **offline_file_name, int *n_export_log_files, char ***export_log_files)
 
GMS_API int GMS_identify_outdated_replica_objects (int replicasite, int numOfInputObjects, tag_t *objList, int *numberOfOutdatedObjects, tag_t **statusObjects)
 
GMS_API int GMS_import_objects_from_offline_package (const char *offline_file_name, tag_t option_set_tag, int n_options, const char **option_names, const char **option_values, int n_session_options, const char **session_option_names, const char **session_option_values, char **log_file_fmsticket, char **error_file_fmsticket)
 
GMS_API int GMS_import_objects_from_offline_package_with_new_and_updated_objects (const char *offline_file_name, const tag_t option_set, const unsigned int n_options, const char **option_names, const char **option_values, const unsigned int n_session_options, const char **session_option_names, const char **session_option_values, char **log_file_fmsticket, char **error_file_fmsticket, int *n_new_objects, tag_t **new_objects, int *n_updated_objects, tag_t **updated_objects)
 
GMS_API int GMS_import_objects_from_offline_package_with_new_objects (const char *offline_file_name, tag_t option_set_tag, int n_options, const char **option_names, const char **option_values, int n_session_options, const char **session_option_names, const char **session_option_values, char **log_file_fmsticket, char **error_file_fmsticket, int *n_new_objects, tag_t **new_objects)
 
GMS_API int GMS_synchronize_site (int replicaSite, int numOfClasses, char **classNames, int numOfObjectHandles, tag_t *objectHandlesList, int *numOfObjectsToExport, tag_t **objectsToExport)
 

Detailed Description

Import Export functions

Definition in file gms.h.