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

The ProcessorInfo struct holds the processor information. More...

#include <yarp/os/SystemInfo.h>

Detailed Description

The ProcessorInfo struct holds the processor information.

Definition at line 55 of file SystemInfo.h.

Public Attributes

std::string architecture
 
std::string model
 
std::string vendor
 
int family
 
int modelNumber
 
int cores
 
int siblings
 
double frequency
 

Member Data Documentation

◆ architecture

std::string yarp::os::SystemInfo::ProcessorInfo::architecture

Definition at line 57 of file SystemInfo.h.

◆ cores

int yarp::os::SystemInfo::ProcessorInfo::cores

Definition at line 62 of file SystemInfo.h.

◆ family

int yarp::os::SystemInfo::ProcessorInfo::family

Definition at line 60 of file SystemInfo.h.

◆ frequency

double yarp::os::SystemInfo::ProcessorInfo::frequency

Definition at line 64 of file SystemInfo.h.

◆ model

std::string yarp::os::SystemInfo::ProcessorInfo::model

Definition at line 58 of file SystemInfo.h.

◆ modelNumber

int yarp::os::SystemInfo::ProcessorInfo::modelNumber

Definition at line 61 of file SystemInfo.h.

◆ siblings

int yarp::os::SystemInfo::ProcessorInfo::siblings

Definition at line 63 of file SystemInfo.h.

◆ vendor

std::string yarp::os::SystemInfo::ProcessorInfo::vendor

Definition at line 59 of file SystemInfo.h.


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