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 |
The PlatformInfo struct holds the operating system information.
Definition at line 83 of file SystemInfo.h.
std::string yarp::os::SystemInfo::PlatformInfo::codename |
Definition at line 88 of file SystemInfo.h.
std::string yarp::os::SystemInfo::PlatformInfo::distribution |
Definition at line 86 of file SystemInfo.h.
yarp::os::Property yarp::os::SystemInfo::PlatformInfo::environmentVars |
Definition at line 90 of file SystemInfo.h.
std::string yarp::os::SystemInfo::PlatformInfo::kernel |
Definition at line 89 of file SystemInfo.h.
std::string yarp::os::SystemInfo::PlatformInfo::name |
Definition at line 85 of file SystemInfo.h.
std::string yarp::os::SystemInfo::PlatformInfo::release |
Definition at line 87 of file SystemInfo.h.