Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Go to the source code of this file.
Classes | |
class | gui_input |
This is a wrapper for various ImGui input types. More... | |
Enumerations | |
enum | input_type { IN_INT , IN_FLOAT , IN_TEXT , IN_PASSWORD , IN_PASSWORD_PLAIN , IN_DOUBLE } |
Allowed input types. More... | |
enum input_type |
Allowed input types.
Enumerator | |
---|---|
IN_INT | |
IN_FLOAT | |
IN_TEXT | |
IN_PASSWORD | |
IN_PASSWORD_PLAIN | |
IN_DOUBLE |
Definition at line 11 of file gui_input.h.