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_observer |
Allows to create a label, that automatically updates to observed variable value. This class doesn't work well with strings. More... | |
Enumerations | |
enum | observed_type { OBS_INT , OBS_LONG , OBS_FLOAT , OBS_STRING } |
Types, that can be observed. More... | |
enum observed_type |
Types, that can be observed.
Enumerator | |
---|---|
OBS_INT | |
OBS_LONG | |
OBS_FLOAT | |
OBS_STRING |
Definition at line 11 of file gui_observer.h.