/* ************************************************************* */ /* * SENUI.H * * Zachary Wolf * 5/25/00 */ /* Protection from multiple definitions */ #ifndef __SENUI_HEADER #define __SENUI_HEADER /* Function declarations */ void senvszui_init(int top_pos, int left_pos); void senvszui_scale_horiz_axis(int num_z_pos, double z_pos[]); void senvszui_update_meas(double z, int num_sen, double v[]); /* End protection */ #endif