/* ************************************************************** */ /* * TMAGUI.H * * Zachary Wolf * 1/28/00 */ #include "tmag.h" #ifndef __TMAGUI_HEADER #define __TMAGUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void tmagui_init(int top_pos, int left_pos, struct tmag_param_struct tmag_par); void tmagopui_init(int top_pos, int left_pos); void tmagui_update(int num_probes, double probe_temps[]); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif