![]() |
ChimeraTK-DeviceAccess 03.25.00
|
#include "ProcessManagement.h"#include <sys/types.h>#include <pwd.h>#include <unistd.h>#include <cerrno>#include <csignal>#include <cstring>#include <iostream>#include <string>
Include dependency graph for ProcessManagement.cpp:Go to the source code of this file.
Functions | |
| bool | processExists (unsigned pid) |
| unsigned | getOwnPID () |
| std::string | getUserName () |
| unsigned getOwnPID | ( | ) |
Definition at line 21 of file ProcessManagement.cpp.
| std::string getUserName | ( | ) |
Definition at line 25 of file ProcessManagement.cpp.
| bool processExists | ( | unsigned | pid | ) |
Definition at line 17 of file ProcessManagement.cpp.