Open source Very Long Baseline Interferometry
OpenVLBI
|
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. | |
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.
value1 | lowest index baseline's node current value |
value2 | highest index baseline's node current value |