Transformer SDK For C  7.1.9.29929-d422075
Deprecated List
Global deregister_interest (const char *name, update_cb update, int id, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global deregister_provider (const char *pattern, provider_cb provider_fn)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global deregister_type_interest (int typ, update_cb update, int id, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global format_apply (formathandler_t *format, char *text)
Use the format interface
Global format_delete (formathandler_t *format)
Use the format interface
Global format_find_arg (char **argv, char *search)
Use the format interface
Global format_parse (char *formatstring)
Use the format interface
Global formatter_add (char *ident, format_init_t func)
Use the format interface
Global pipeline_interface_t::pipeline_generate )(char *file, pipeline_eventnames_t *eventnames)
Use pipeline_generate_with_log()
Global provider_cb )(int peer, char *name, int isrequest)
This is part of the legacy interface
Global PROVIDER_DENY
This is part of the legacy interface
Global PROVIDER_OK
This is part of the legacy interface
Global register_interest (const char *name, update_cb update, int id, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global register_interest_check (const char *name, update_cb update, int id, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global register_provider (const char *pattern, provider_cb provider_fn)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global register_type_interest (int typ, update_cb update, int id, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.
Global symbol_delete_mmaker (const char *name, const char *mmaker)
Use symbol_delete_type2 instread and provide the index field number.
Global symbol_match (const char *name, int *number)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. Please see tf_symbol_match() for a regular expression compatible version of this function.
Global symbol_match_bytype (const char *name, int type, int *number)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. Please see tf_symbol_match_bytype() for a regular expression compatible version of this function.
Global tf_create_globbed_namespace (const char *globbed)
Use ds5_create_globbed_namespace()
Global tf_create_regex_namespace (const char *expr)
Use ds5_create_regex_namespace()
Global tf_regex_namespace_add_expr (ds5_namespace_t *nspace, const char *expr, int exclude)
Use ds5_regex_namespace_add_expr()
Global udpcmd_t )(int argc, char *argv[])
This callback type is maintained for compatibility reasons
Global update_cb )(int peer, ds_data_t *dsdata, time_t update_time, int val, void *data)
The use of filename-style wildcards is being deprecated throughout the Caplin platform in favour of standard regular expressions. The replacement API fully supports regular expressions.

Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C