YARP
Yet Another Robot Platform
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 115 of file SystemInfo.h.

Member Data Documentation

◆ arguments

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

Definition at line 118 of file SystemInfo.h.

◆ name

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

Definition at line 117 of file SystemInfo.h.

◆ pid

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

Definition at line 121 of file SystemInfo.h.

◆ schedPolicy

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

Definition at line 119 of file SystemInfo.h.

◆ schedPriority

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

Definition at line 120 of file SystemInfo.h.


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