The update_routine function is called to update the gauge's state variables. Required by the Panel API; update_routine is one of the functions that defines the gauge interface. To update the drawing elements, call either (Panel API functions) the element_list_update function or element_update function.
Syntax
update_routine( )
Example
void update_routine ()
{
element_list_update(list);
}