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

Structure that holds the values of the application configuration file. More...

#include <app_workspace.h>

Public Attributes

std::string opt_conf_path
 
std::string fonts_path
 
std::string font
 
std::string lang_path
 
std::string lang_default
 
std::string lang_current
 
std::vector< std::string > lang_options
 
bool debug_screens
 
bool log_debug
 
bool init_fail_quit
 
app_workspace_ns::spi_config keyb_conf
 
app_workspace_ns::spi_config rfid_conf
 
app_workspace_ns::hx711_config hx_conf
 
db_driver_conf db_conf
 

Detailed Description

Structure that holds the values of the application configuration file.

Definition at line 137 of file app_workspace.h.

Member Data Documentation

◆ db_conf

db_driver_conf app_config::db_conf

Definition at line 151 of file app_workspace.h.

◆ debug_screens

bool app_config::debug_screens

Definition at line 145 of file app_workspace.h.

◆ font

std::string app_config::font

Definition at line 140 of file app_workspace.h.

◆ fonts_path

std::string app_config::fonts_path

Definition at line 139 of file app_workspace.h.

◆ hx_conf

app_workspace_ns::hx711_config app_config::hx_conf

Definition at line 150 of file app_workspace.h.

◆ init_fail_quit

bool app_config::init_fail_quit

Definition at line 147 of file app_workspace.h.

◆ keyb_conf

app_workspace_ns::spi_config app_config::keyb_conf

Definition at line 148 of file app_workspace.h.

◆ lang_current

std::string app_config::lang_current

Definition at line 143 of file app_workspace.h.

◆ lang_default

std::string app_config::lang_default

Definition at line 142 of file app_workspace.h.

◆ lang_options

std::vector<std::string> app_config::lang_options

Definition at line 144 of file app_workspace.h.

◆ lang_path

std::string app_config::lang_path

Definition at line 141 of file app_workspace.h.

◆ log_debug

bool app_config::log_debug

Definition at line 146 of file app_workspace.h.

◆ opt_conf_path

std::string app_config::opt_conf_path

Definition at line 138 of file app_workspace.h.

◆ rfid_conf

app_workspace_ns::spi_config app_config::rfid_conf

Definition at line 149 of file app_workspace.h.


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