Open source Very Long Baseline Interferometry
OpenVLBI
|
Functions | |
DLL_EXPORT unsigned long int | dsp_max_threads (unsigned long value) |
get/set the maximum number of threads allowed More... | |
DLL_EXPORT void | dsp_set_debug_level (int value) |
set the debug level More... | |
DLL_EXPORT int | dsp_get_debug_level () |
get the debug level More... | |
DLL_EXPORT void | dsp_set_app_name (char *name) |
set the application name More... | |
DLL_EXPORT char * | dsp_get_app_name () |
get the application name More... | |
DLL_EXPORT void | dsp_set_stdout (FILE *f) |
set the output log streeam More... | |
DLL_EXPORT void | dsp_set_stderr (FILE *f) |
set the error log streeam More... | |
DLL_EXPORT void | dsp_print (int x, char *str) |
log a message to the error or output streams More... | |
DLL_EXPORT char * dsp_get_app_name | ( | ) |
DLL_EXPORT int dsp_get_debug_level | ( | ) |
DLL_EXPORT unsigned long int dsp_max_threads | ( | unsigned long | value | ) |
value | if greater than 1, set a maximum number of threads allowed |
DLL_EXPORT void dsp_print | ( | int | x, |
char * | str | ||
) |
x | The log level |
str | The string to print |
DLL_EXPORT void dsp_set_app_name | ( | char * | name | ) |
name | the application name to be printed on logs |
DLL_EXPORT void dsp_set_debug_level | ( | int | value | ) |
value | the debug level |
DLL_EXPORT void dsp_set_stderr | ( | FILE * | f | ) |
f | The FILE stream pointer to set as standard error |
DLL_EXPORT void dsp_set_stdout | ( | FILE * | f | ) |
f | The FILE stream pointer to set as standard output |