Raspberry Pi Weighting Control System
This project serves as a simple weighting control system, that was realized as a Bachelor Thesis
|
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 |
Structure that holds the values of the application configuration file.
Definition at line 137 of file app_workspace.h.
db_driver_conf app_config::db_conf |
Definition at line 151 of file app_workspace.h.
bool app_config::debug_screens |
Definition at line 145 of file app_workspace.h.
std::string app_config::font |
Definition at line 140 of file app_workspace.h.
std::string app_config::fonts_path |
Definition at line 139 of file app_workspace.h.
app_workspace_ns::hx711_config app_config::hx_conf |
Definition at line 150 of file app_workspace.h.
bool app_config::init_fail_quit |
Definition at line 147 of file app_workspace.h.
app_workspace_ns::spi_config app_config::keyb_conf |
Definition at line 148 of file app_workspace.h.
std::string app_config::lang_current |
Definition at line 143 of file app_workspace.h.
std::string app_config::lang_default |
Definition at line 142 of file app_workspace.h.
std::vector<std::string> app_config::lang_options |
Definition at line 144 of file app_workspace.h.
std::string app_config::lang_path |
Definition at line 141 of file app_workspace.h.
bool app_config::log_debug |
Definition at line 146 of file app_workspace.h.
std::string app_config::opt_conf_path |
Definition at line 138 of file app_workspace.h.
app_workspace_ns::spi_config app_config::rfid_conf |
Definition at line 149 of file app_workspace.h.