Aktualizr
C++ SOTA Client
src
load_tests
provision.h
1
#ifndef LT_PROVISION_H
2
#define LT_PROVISION_H
3
4
#include <boost/filesystem.hpp>
5
6
void
mkDevices(
const
boost::filesystem::path& dst_dir,
const
boost::filesystem::path& bootstrapCredentials,
7
const
std::string& gw_uri,
const
size_t
parallelism,
const
unsigned
int
nr,
const
unsigned
int
rate);
8
9
#endif
Generated by
1.8.13