ChimeraTK-DeviceAccess 03.25.00
Loading...
Searching...
No Matches
ProcessManagement.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2// SPDX-License-Identifier: LGPL-3.0-or-later
3#pragma once
4
5// Utilities to manage Linux processes
6#include <string>
7
8bool processExists(unsigned pid);
9unsigned getOwnPID();
10std::string getUserName();
std::string getUserName()
bool processExists(unsigned pid)
unsigned getOwnPID()