Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Classes | Macros
screen_manager.h File Reference
#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
 

Macro Definition Documentation

◆ ADMIN_CTRL_SCREEN

#define ADMIN_CTRL_SCREEN   6

Definition at line 17 of file screen_manager.h.

◆ ADMIN_SELECT_SCREEN

#define ADMIN_SELECT_SCREEN   5

Definition at line 16 of file screen_manager.h.

◆ DETAIL_SCREEN

#define DETAIL_SCREEN   4

Definition at line 15 of file screen_manager.h.

◆ LOGIN_SCREEN

#define LOGIN_SCREEN   1

Definition at line 12 of file screen_manager.h.

◆ MEASURING_SCREEN

#define MEASURING_SCREEN   2

Definition at line 13 of file screen_manager.h.

◆ PREV_SCREEN_Q_MAX

#define PREV_SCREEN_Q_MAX   50

Definition at line 10 of file screen_manager.h.

◆ SELECTION_SCREEN

#define SELECTION_SCREEN   3

Definition at line 14 of file screen_manager.h.