#include "LinuxStarter.h"
#include "../parser/iceparser.h"
#include "../parser/DependenciesGenerator.h"
#include <ArmarXCore/core/exceptions/Exception.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <ArmarXCore/core/util/OnScopeExit.h>
#include <SimoxUtility/algorithm/string/string_tools.h>
#include <boost/process.hpp>
#include <filesystem>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <signal.h>
#include <syslog.h>
#include <fcntl.h>
#include <future>
#include <thread>
#include <string>
#include <iostream>
#include <sstream>
#include <sys/time.h>
Go to the source code of this file.
◆ get_process_name_by_pid()
std::string get_process_name_by_pid |
( |
const int |
pid | ) |
|