OS  2.9.3
Public Member Functions | Public Attributes | List of all members
MinCPUSpeed Class Reference

the MinCPUSpeed class. More...

#include <OSOption.h>

+ Collaboration diagram for MinCPUSpeed:

Public Member Functions

 MinCPUSpeed ()
 Default constructor. More...
 
 ~MinCPUSpeed ()
 Class destructor. More...
 
bool IsEqual (MinCPUSpeed *that)
 A function to check for the equality of two objects. More...
 

Public Attributes

std::string unit
 the unit in which CPU speed is measured More...
 
std::string description
 additional description about the CPU speed More...
 
double value
 the minimum CPU speed required More...
 

Detailed Description

the MinCPUSpeed class.

Author
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version
1.0, 21/07/2008
Since
OS 1.1
Remarks
A data structure class that corresponds to an xml element in the OSoL schema. This class has been superseded as of version 2.3 by the class CPUSpeed (see OSGeneral.h)

Definition at line 459 of file OSOption.h.

Constructor & Destructor Documentation

MinCPUSpeed::MinCPUSpeed ( )

Default constructor.

MinCPUSpeed::~MinCPUSpeed ( )

Class destructor.

Member Function Documentation

bool MinCPUSpeed::IsEqual ( MinCPUSpeed that)

A function to check for the equality of two objects.

Member Data Documentation

std::string MinCPUSpeed::unit

the unit in which CPU speed is measured

Definition at line 464 of file OSOption.h.

std::string MinCPUSpeed::description

additional description about the CPU speed

Definition at line 467 of file OSOption.h.

double MinCPUSpeed::value

the minimum CPU speed required

Definition at line 470 of file OSOption.h.


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