The ProcessorInfo struct holds the processor information. More...
#include <yarp/os/SystemInfo.h>
Public Attributes | |
| std::string | architecture |
| std::string | model |
| std::string | vendor |
| int | family |
| int | modelNumber |
| int | cores |
| int | siblings |
| double | frequency |
The ProcessorInfo struct holds the processor information.
Definition at line 55 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::ProcessorInfo::architecture |
Definition at line 57 of file SystemInfo.h.
| int yarp::os::SystemInfo::ProcessorInfo::cores |
Definition at line 62 of file SystemInfo.h.
| int yarp::os::SystemInfo::ProcessorInfo::family |
Definition at line 60 of file SystemInfo.h.
| double yarp::os::SystemInfo::ProcessorInfo::frequency |
Definition at line 64 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::ProcessorInfo::model |
Definition at line 58 of file SystemInfo.h.
| int yarp::os::SystemInfo::ProcessorInfo::modelNumber |
Definition at line 61 of file SystemInfo.h.
| int yarp::os::SystemInfo::ProcessorInfo::siblings |
Definition at line 63 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::ProcessorInfo::vendor |
Definition at line 59 of file SystemInfo.h.