ITK Function Reference

(V10000.1.0.60_20160308.00)
Typedefs | Enumerations | Functions
tc_util.h File Reference
#include <unidefs.h>
#include <fclasses/tc_stdio.h>
#include <tc/libtc_exports.h>
#include <tc/libtc_undef.h>

Go to the source code of this file.

Typedefs

typedef enum URLFormat_e urlFormat_t
 

Enumerations

enum  URLFormat_e {
  PORTAL, DHTML, HTML, AWC,
  SHF
}
 

Functions

TC_API logical isAPIServer (void)
 
TC_API logical isNXManager (void)
 
TC_API void SM_report_logging (FILE *stream)
 
TC_API void SM_start_logging (void)
 
TC_API int TC_alloc_fixed_array (int count, int element_size, char ***new_memory)
 
TC_API void TC_free_strings (char **array)
 
TC_API const char * TC_getenv (const char *value)
 
TC_API logical TC_isTIEImport (void)
 
TC_API char ** TC_pack_strings (int nstrings, char **strings, char ***packed_strings)
 
TC_API char ** TC_pack_strings_transient (int nstrings, char **strings, char ***packed_strings)
 
TC_API void TC_print_dll_versions (FILE *stream)
 
TC_API void TC_print_env_vars (FILE *stream, const char *filter, const char *prefix)
 
TC_API void TC_print_what_tcupdate (FILE *stream)
 
TC_API int TC_tag_to_url (tag_t tag, urlFormat_t urlType, char **url)
 
TC_API char * TCWEB_tag_to_url (tag_t tag)
 

Detailed Description

Utility functions for Teamcenter

Definition in file tc_util.h.