The ProcessInfo struct provides the operating system process information. More...
#include <yarp/os/SystemInfo.h>
Public Attributes | |
std::string | name |
std::string | arguments |
int | schedPolicy |
int | schedPriority |
int | pid |
The ProcessInfo struct provides the operating system process information.
Definition at line 115 of file SystemInfo.h.
std::string yarp::os::SystemInfo::ProcessInfo::arguments |
Definition at line 118 of file SystemInfo.h.
std::string yarp::os::SystemInfo::ProcessInfo::name |
Definition at line 117 of file SystemInfo.h.
int yarp::os::SystemInfo::ProcessInfo::pid |
Definition at line 121 of file SystemInfo.h.
int yarp::os::SystemInfo::ProcessInfo::schedPolicy |
Definition at line 119 of file SystemInfo.h.
int yarp::os::SystemInfo::ProcessInfo::schedPriority |
Definition at line 120 of file SystemInfo.h.