aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-03-02 15:01:54 -0500
committerSam Anthony <sam@samanthony.xyz>2025-03-02 15:01:54 -0500
commit9ac96f1c5f795f80b1a01ebe3dc6b036cf2a7e07 (patch)
treedbbd3f1ca402f928894773db429ea4acbfc75efb /ui.h
parent640d079ba6256121c45522e9a5fc0eef8725ff8c (diff)
downloadvolute-microui.zip
add mass flow rate outputsmicroui
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui.h b/ui.h
index 5cbf6a3..aa30b5e 100644
--- a/ui.h
+++ b/ui.h
@@ -37,6 +37,12 @@ typedef struct {
w_Select volume_flow_rate_unit;
w_Number volume_flow_rate[MAX_POINTS];
+
+ w_Select mass_flow_rate_unit;
+ w_Number mass_flow_rate[MAX_POINTS];
+
+ w_Select mass_flow_rate_corrected_unit;
+ w_Number mass_flow_rate_corrected[MAX_POINTS];
} UI;
void init_ui(UI *ui);