Open source Very Long Baseline Interferometry
OpenVLBI
Classes | Typedefs

Classes

struct  vlbi_node
 A single node, returned by vlbi_get_nodes into an array. More...
 
struct  vlbi_baseline
 A single baseline, returned by vlbi_get_baselines into an array. More...
 

Typedefs

typedef double(* vlbi_func2_t) (double, double)
 The delegate function type to pass to vlbi_plot_uv_plane. More...
 
typedef void * vlbi_context
 the OpenVLBI context object type
 
typedef struct timespec timespec_t
 Definition of the timespec_t in a C type, just for convenience.
 

Detailed Description

Typedef Documentation

◆ vlbi_func2_t

typedef double(* vlbi_func2_t) (double, double)

This function type natively accepts the double type, but you must consider to cast these arguments as other types, like structure, unions, C++ classes or other kind of object pointers.

Parameters
value1lowest index baseline's node current value
value2highest index baseline's node current value
Returns
the result of the operation done