Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Classes | Macros
db_driver.h File Reference
#include <mysql.h>
#include <memory>
#include <string>
#include "user_workspace.h"

Go to the source code of this file.

Classes

struct  db_driver_conf
 Container for configuration neccessary to open database connnection. More...
 
struct  user_cred
 Struct used to contain username, password and user status until credentials are verified. More...
 
class  db_driver
 Handles database querries. More...
 

Macros

#define DB_CONF_BUF_SIZE   32
 

Macro Definition Documentation

◆ DB_CONF_BUF_SIZE

#define DB_CONF_BUF_SIZE   32

Definition at line 10 of file db_driver.h.