Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
Public Attributes | List of all members
user_cred Struct Reference

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
 

Detailed Description

Struct used to contain username, password and user status until credentials are verified.

Definition at line 30 of file db_driver.h.

Member Data Documentation

◆ passwd

char user_cred::passwd[64]

Definition at line 33 of file db_driver.h.

◆ status

uint8_t user_cred::status

Definition at line 34 of file db_driver.h.

◆ uname

char user_cred::uname[64]

Definition at line 31 of file db_driver.h.


The documentation for this struct was generated from the following file: