Open source Very Long Baseline Interferometry
OpenVLBI
Functions

Functions

DLL_EXPORT unsigned long int vlbi_max_threads (unsigned long value)
 get/set the maximum number of threads allowed More...
 
const DLL_EXPORT char * vlbi_get_version (void)
 Print the current version of OpenVLBI. More...
 
DLL_EXPORT vlbi_context vlbi_init (void)
 Initialize a OpenVLBI instance. More...
 
DLL_EXPORT void vlbi_exit (vlbi_context ctx)
 Close a OpenVLBI instance. More...
 

Detailed Description

Function Documentation

◆ vlbi_exit()

DLL_EXPORT void vlbi_exit ( vlbi_context  ctx)
Parameters
ctxThe OpenVLBI context

◆ vlbi_get_version()

const DLL_EXPORT char* vlbi_get_version ( void  )
Returns
The Version string

◆ vlbi_init()

DLL_EXPORT vlbi_context vlbi_init ( void  )
Returns
The OpenVLBI context

◆ vlbi_max_threads()

DLL_EXPORT unsigned long int vlbi_max_threads ( unsigned long  value)
Parameters
valueif greater than 1, set a maximum number of threads allowed
Returns
The current or new number of threads allowed during runtime