Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
#include <stdint.h>
#include <unordered_map>
#include <vector>
#include <memory>
#include "gui_element.h"
Go to the source code of this file.
Classes | |
class | screen_manager |
Macros | |
#define | PREV_SCREEN_Q_MAX 50 |
#define | LOGIN_SCREEN 1 |
#define | MEASURING_SCREEN 2 |
#define | SELECTION_SCREEN 3 |
#define | DETAIL_SCREEN 4 |
#define | ADMIN_SELECT_SCREEN 5 |
#define | ADMIN_CTRL_SCREEN 6 |
#define ADMIN_CTRL_SCREEN 6 |
Definition at line 17 of file screen_manager.h.
#define ADMIN_SELECT_SCREEN 5 |
Definition at line 16 of file screen_manager.h.
#define DETAIL_SCREEN 4 |
Definition at line 15 of file screen_manager.h.
#define LOGIN_SCREEN 1 |
Definition at line 12 of file screen_manager.h.
#define MEASURING_SCREEN 2 |
Definition at line 13 of file screen_manager.h.
#define PREV_SCREEN_Q_MAX 50 |
Definition at line 10 of file screen_manager.h.
#define SELECTION_SCREEN 3 |
Definition at line 14 of file screen_manager.h.