/* ************************************************************** */ /* * AMBIENTUI.H * * Zachary Wolf * 1/28/00 */ #include "ambient.h" #ifndef __AMBIENTUI_HEADER #define __AMBIENTUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void ambientui_init(int top_pos, int left_pos, struct ambient_param_struct ambient_par); void ambientopui_init(int top_pos, int left_pos); void ambientui_update(int num_sensors, double sensor_temps[]); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif