YARP
Yet Another Robot Platform
yarp::os::SystemInfo::PlatformInfo Struct Reference

The PlatformInfo struct holds the operating system information. More...

#include <yarp/os/SystemInfo.h>

Public Attributes

std::string name
 
std::string distribution
 
std::string release
 
std::string codename
 
std::string kernel
 
yarp::os::Property environmentVars
 

Detailed Description

The PlatformInfo struct holds the operating system information.

Definition at line 83 of file SystemInfo.h.

Member Data Documentation

◆ codename

std::string yarp::os::SystemInfo::PlatformInfo::codename

Definition at line 88 of file SystemInfo.h.

◆ distribution

std::string yarp::os::SystemInfo::PlatformInfo::distribution

Definition at line 86 of file SystemInfo.h.

◆ environmentVars

yarp::os::Property yarp::os::SystemInfo::PlatformInfo::environmentVars

Definition at line 90 of file SystemInfo.h.

◆ kernel

std::string yarp::os::SystemInfo::PlatformInfo::kernel

Definition at line 89 of file SystemInfo.h.

◆ name

std::string yarp::os::SystemInfo::PlatformInfo::name

Definition at line 85 of file SystemInfo.h.

◆ release

std::string yarp::os::SystemInfo::PlatformInfo::release

Definition at line 87 of file SystemInfo.h.


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