/* ************************************************************** */ /* * RTUI.H * * Zachary Wolf * 12/20/00 */ #ifndef __RTUI_HEADER #define __RTUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void rtui_init(int top_pos, int left_pos); void rtui_update(double imag, double vmag, double rmag); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif