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
db_driver_conf Struct Reference

Container for configuration neccessary to open database connnection. More...

#include <db_driver.h>

Public Attributes

std::string host
 
std::string user
 
std::string passwd
 
std::string db
 
unsigned int port
 
std::string socket
 
unsigned long clientflags
 

Detailed Description

Container for configuration neccessary to open database connnection.

Definition at line 16 of file db_driver.h.

Member Data Documentation

◆ clientflags

unsigned long db_driver_conf::clientflags

Definition at line 23 of file db_driver.h.

◆ db

std::string db_driver_conf::db

Definition at line 20 of file db_driver.h.

◆ host

std::string db_driver_conf::host

Definition at line 17 of file db_driver.h.

◆ passwd

std::string db_driver_conf::passwd

Definition at line 19 of file db_driver.h.

◆ port

unsigned int db_driver_conf::port

Definition at line 21 of file db_driver.h.

◆ socket

std::string db_driver_conf::socket

Definition at line 22 of file db_driver.h.

◆ user

std::string db_driver_conf::user

Definition at line 18 of file db_driver.h.


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