Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
#include <memory>
#include <string>
#include <ctime>
#include <vector>
#include "rfid_reader.h"
#include "hx711/common.h"
Go to the source code of this file.
Classes | |
class | measurement_header |
Serves as container for basic measurement information, that is dispayed to GUI. More... | |
class | measurement |
Container for measurement data and (convenience) variables, that are used to show measurement in GUI. More... | |
class | user_cont |
Class used as a container for user data, that are selected from database. (and also for insert, but not everything is used in that case) More... | |
class | user_workspace |
Container that servers for storing users data and manipulating them. More... | |