FairMQ
1.2.3
C++ Message Passing Framework
fairmq
tools
Process.h
1
/********************************************************************************
2
* Copyright (C) 2017 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
* *
4
* This software is distributed under the terms of the *
5
* GNU Lesser General Public Licence (LGPL) version 3, *
6
* copied verbatim in the file "LICENSE" *
7
********************************************************************************/
8
9
#ifndef FAIR_MQ_TOOLS_PROCESS_H
10
#define FAIR_MQ_TOOLS_PROCESS_H
11
12
#include <string>
13
14
namespace
fair
15
{
16
namespace
mq
17
{
18
namespace
tools
19
{
20
24
struct
execute_result
25
{
26
std::string console_out;
27
int
exit_code;
28
};
29
38
execute_result
execute(std::string cmd, std::string prefix =
""
);
39
40
}
/* namespace tools */
41
}
/* namespace mq */
42
}
/* namespace fair */
43
44
#endif
/* FAIR_MQ_TOOLS_PROCESS_H */
fair::mq::tools::execute_result
Definition:
Process.h:24
fair
Definition:
DeviceRunner.h:23
Generated by
1.8.13