A class storing information about the cpu the server is running on.
More...
|
| cpudata () |
| The default constructor. More...
|
|
void | fill (char *data) |
| Fills the structure by parsing a given description. More...
|
|
A class storing information about the cpu the server is running on.
Controller::cpudata::cpudata |
( |
| ) |
|
|
inline |
void Controller::cpudata::fill |
( |
char * |
data | ) |
|
|
inline |
Fills the structure by parsing a given description.
- Parameters
-
data | A description of the cpu. |
int Controller::cpudata::cores |
The amount of cores in the cpu.
int Controller::cpudata::id |
The id of the cpu in the system.
int Controller::cpudata::mhz |
The speed of the cpu in mhz.
std::string Controller::cpudata::model |
A string describing the model of the cpu.
int Controller::cpudata::threads |
The amount of threads this cpu can run.
The documentation for this class was generated from the following file: