/* ************************************************************* */ /* * VRAMPUI.H * * Zachary Wolf * 5/7/02 */ /* Protection from multiple definitions */ #ifndef __VRAMPUI_HEADER #define __VRAMPUI_HEADER /* Includes */ #include "vramp.h" /* Function declarations */ void vrampui_init(int top_pos, int left_pos, struct vramp_param_struct vramp_par); void vrampopui_init(int top_pos, int left_pos); void vrampui_update(long int num_samp, double t_samp[], double imag_samp[], double v_samp[]); /* End protection */ #endif