/* ************************************************************** */ /* * VMAGUI.H * * Zachary Wolf * 12/15/00 */ #include "vmag.h" #ifndef __VMAGUI_HEADER #define __VMAGUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void vmagui_init(int top_pos, int left_pos, struct vmag_param_struct vmag_par); void vmagopui_init(int top_pos, int left_pos); void vmagui_update(double voltage); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif