YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::os::SystemInfo::ProcessInfo Struct Reference

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
 

Detailed Description

The ProcessInfo struct provides the operating system process information.

Definition at line 111 of file SystemInfo.h.

Member Data Documentation

◆ arguments

std::string yarp::os::SystemInfo::ProcessInfo::arguments

Definition at line 114 of file SystemInfo.h.

◆ name

std::string yarp::os::SystemInfo::ProcessInfo::name

Definition at line 113 of file SystemInfo.h.

◆ pid

int yarp::os::SystemInfo::ProcessInfo::pid

Definition at line 117 of file SystemInfo.h.

◆ schedPolicy

int yarp::os::SystemInfo::ProcessInfo::schedPolicy

Definition at line 115 of file SystemInfo.h.

◆ schedPriority

int yarp::os::SystemInfo::ProcessInfo::schedPriority

Definition at line 116 of file SystemInfo.h.


The documentation for this struct was generated from the following file: