Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
Struct used to contain username, password and user status until credentials are verified. More...
#include <db_driver.h>
Public Attributes | |
char | uname [64] |
char | passwd [64] |
uint8_t | status |
Struct used to contain username, password and user status until credentials are verified.
Definition at line 30 of file db_driver.h.
char user_cred::passwd[64] |
Definition at line 33 of file db_driver.h.
uint8_t user_cred::status |
Definition at line 34 of file db_driver.h.
char user_cred::uname[64] |
Definition at line 31 of file db_driver.h.