Aktualizr
C++ SOTA Client
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
+
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
+
Files
File List
+
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
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