Prusa MINI Firmware overview
_dlg_state Struct Reference

#include <window_dlg_statemachine.h>

Collaboration diagram for _dlg_state:

Public Attributes

uint32_t time
 
window_draw_dlg_cb_tprogress_draw
 
const char * text
 
const _dlg_button_tp_button
 
dlg_state_func state_fnc
 

Member Data Documentation

◆ time

uint32_t _dlg_state::time

◆ progress_draw

window_draw_dlg_cb_t* _dlg_state::progress_draw

◆ text

const char* _dlg_state::text

◆ p_button

const _dlg_button_t* _dlg_state::p_button

◆ state_fnc

dlg_state_func _dlg_state::state_fnc