Aktualizr
C++ SOTA Client
src
load_tests
context.h
1
#ifndef LT_CONTEXT_H_
2
#define LT_CONTEXT_H_
3
4
#include <config/config.h>
5
#include <vector>
6
7
Config
configure(
const
boost::filesystem::path& cfgFile,
const
int
logLevel);
8
9
std::vector<Config> loadDeviceConfigurations(
const
boost::filesystem::path& baseDir);
10
11
#endif
Config
Configuration object for an aktualizr instance running on a primary ECU.
Definition:
config.h:73
Generated by
1.8.16