Aktualizr
C++ SOTA Client
|
The BaseConfig class. More...
#include <config.h>
Public Member Functions | |
void | updateFromToml (const boost::filesystem::path &filename) |
virtual void | updateFromPropertyTree (const boost::property_tree::ptree &pt)=0 |
Protected Member Functions | |
void | updateFromDirs (const std::vector< boost::filesystem::path > &configs) |
Static Protected Member Functions | |
static void | checkDirs (const std::vector< boost::filesystem::path > &configs) |
Protected Attributes | |
std::vector< boost::filesystem::path > | config_dirs_ = {"/usr/lib/sota/conf.d", "/etc/sota/conf.d/"} |
The BaseConfig class.