Home
last modified time | relevance | path

Searched refs:vitals_screen (Results 1 – 7 of 7) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_medical/
Dvitals.c237 …gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_hr_value, heart_rate_values[heart_rate_in… in update_heart_rate()
250 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_spo2_value, spo2_values[spo2_index++]); in update_spo2()
263 …gx_system_timer_start((GX_WIDGET*)&vitals_screen, VALUE_ANIMATION_TIMER, 200 / GX_SYSTEM_TIMER_MS,… in start_value_animation()
265 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_insulin_value, insulin.start_value); in start_value_animation()
266 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_hr_value, heart_rate.start_value); in start_value_animation()
267 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_spo2_value, spo2.start_value); in start_value_animation()
268 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype1_value, medtype1.start_value); in start_value_animation()
269 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype2_value, medtype2.start_value); in start_value_animation()
270 gx_numeric_prompt_value_set(&vitals_screen.vitals_screen_medtype3_value, medtype3.start_value); in start_value_animation()
271 …gx_slider_value_set((GX_SLIDER *)&vitals_screen.vitals_screen_medtype1_slider, &vitals_screen.vita… in start_value_animation()
[all …]
Dguix_medical_specifications.c21 VITALS_SCREEN_CONTROL_BLOCK vitals_screen; variable
8670 (GX_WIDGET *) &vitals_screen.vitals_screen_insulin_win,
8671 (GX_WIDGET *) &vitals_screen,
8679 (GX_WIDGET *) &vitals_screen.vitals_screen_ekg_win,
8680 (GX_WIDGET *) &vitals_screen,
8688 (GX_WIDGET *) &vitals_screen.vitals_screen_pulse_win,
8689 (GX_WIDGET *) &vitals_screen,
8697 (GX_WIDGET *) &vitals_screen.vitals_screen_blood_pressure_win,
8698 (GX_WIDGET *) &vitals_screen,
8706 (GX_WIDGET *) &vitals_screen.vitals_screen_temperature_win,
[all …]
Ddemo_guix_medical.c123 ToggleScreen((GX_WIDGET *) &vitals_screen, (GX_WIDGET*)window); in template_event_handler()
Dguix_medical_specifications.h482 extern VITALS_SCREEN_CONTROL_BLOCK vitals_screen;
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dvitals.c118 gx_slider_value_set((GX_SLIDER *) &vitals_screen.vitals_screen_cardio_slider, in update_scrolling_chart()
119 &vitals_screen.vitals_screen_cardio_slider.gx_slider_info, slider_value); in update_scrolling_chart()
140 heart_icon = &vitals_screen.vitals_screen_heart_icon; in update_scrolling_chart()
261 …gx_widget_shift(&vitals_screen.vitals_screen_current_hr_prompt, 0, -HR_PROMPT_VERTICAL_SHIFT, GX_T… in ToggleChartType()
262 …chart_area.gx_rectangle_left = vitals_screen.vitals_screen_waveform_window.gx_window_client.gx_rec… in ToggleChartType()
263 gx_widget_hide(&vitals_screen.vitals_screen_cardio_slider); in ToggleChartType()
264 gx_widget_hide(&vitals_screen.vitals_screen_heart_icon); in ToggleChartType()
269 …chart_area.gx_rectangle_left = vitals_screen.vitals_screen_cardio_slider.gx_widget_size.gx_rectang… in ToggleChartType()
270 …gx_widget_shift(&vitals_screen.vitals_screen_current_hr_prompt, 0, HR_PROMPT_VERTICAL_SHIFT, GX_TR… in ToggleChartType()
271 gx_widget_show(&vitals_screen.vitals_screen_cardio_slider); in ToggleChartType()
[all …]
Dguix_medical_mouse_support_specifications.h262 extern VITALS_SCREEN_CONTROL_BLOCK vitals_screen;
Dguix_medical_mouse_support_specifications.c20 VITALS_SCREEN_CONTROL_BLOCK vitals_screen; variable
1615 {GX_ACTION_TYPE_TOGGLE, 0, &main_display_root_window, &vitals_screen, GX_NULL},
2627 {GX_ACTION_TYPE_TOGGLE, 0, &main_display_root_window, &vitals_screen, GX_NULL},
2670 { &vitals_screen_define, (GX_WIDGET *) &vitals_screen },