/* ************************************************************* */ /* * VSCANUI.H * * Zachary Wolf * 10/23/02 */ /* Protection from multiple definitions */ #ifndef __VSCANUI_HEADER #define __VSCANUI_HEADER /* Includes */ #include "vscan.h" /* Function declarations */ void vscanui_init(int top_pos, int left_pos, struct vscan_param_struct vscan_par); void vscanopui_init(int top_pos, int left_pos); void vscanui_clear_vsamp(void); void vscanui_plot_vsamp(int num_samp, double pos_samp[], double v_samp[], long int color); /* End protection */ #endif