SystemResult Class Reference

The SystemResult Class. More...

#include <OSResult.h>

Collaboration diagram for SystemResult:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

std::string systemInformation
 a string containing some basic system information
DiskSpaceavailableDiskSpace
 a pointer to the DiskSpace class
MemorySizeavailableMemory
 a pointer to the MemorySize class
CPUSpeedavailableCPUSpeed
 a pointer to the CPUSpeed class
CPUNumberavailableCPUNumber
 a pointer to the CPUNumber class
OtherResultsotherResults
 a pointer to the OtherResults class

Detailed Description

The SystemResult Class.

Author:
Robert Fourer, Horand Gassmann, Jun Ma, Kipp Martin
Version:
1.0, 03/14/2004
Since:
OS 1.0
Remarks:
A class that provides the system information that is defined in the OSrL schema.

Definition at line 474 of file OSResult.h.


Constructor & Destructor Documentation

SystemResult::SystemResult (  ) 

Default constructor.

Definition at line 230 of file OSResult.cpp.

SystemResult::~SystemResult (  ) 

Class destructor.

Definition at line 244 of file OSResult.cpp.

References availableCPUNumber, availableCPUSpeed, availableDiskSpace, availableMemory, and otherResults.

SystemResult::SystemResult (  ) 

Default constructor.

SystemResult::~SystemResult (  ) 

Class destructor.


Member Function Documentation

bool SystemResult::IsEqual ( SystemResult that  ) 

A function to check for the equality of two objects.

Definition at line 4905 of file OSResult.cpp.


Member Data Documentation

std::string SystemResult::systemInformation

a string containing some basic system information

Definition at line 478 of file OSResult.h.

Referenced by OSResult::getSystemInformation(), and OSrLWriter::writeOSrL().

DiskSpace* SystemResult::availableDiskSpace

a pointer to the DiskSpace class

Definition at line 482 of file OSResult.h.

Referenced by OSResult::getAvailableDiskSpaceDescription(), OSResult::getAvailableDiskSpaceUnit(), OSResult::getAvailableDiskSpaceValue(), OSResult::setAvailableDiskSpaceDescription(), OSResult::setAvailableDiskSpaceUnit(), OSResult::setAvailableDiskSpaceValue(), OSrLWriter::writeOSrL(), and ~SystemResult().

MemorySize* SystemResult::availableMemory

a pointer to the MemorySize class

Definition at line 486 of file OSResult.h.

Referenced by OSResult::getAvailableMemoryDescription(), OSResult::getAvailableMemoryUnit(), OSResult::getAvailableMemoryValue(), OSResult::setAvailableMemoryDescription(), OSResult::setAvailableMemoryUnit(), OSResult::setAvailableMemoryValue(), OSrLWriter::writeOSrL(), and ~SystemResult().

CPUSpeed* SystemResult::availableCPUSpeed

a pointer to the CPUSpeed class

Definition at line 490 of file OSResult.h.

Referenced by OSResult::getAvailableCPUSpeedDescription(), OSResult::getAvailableCPUSpeedUnit(), OSResult::getAvailableCPUSpeedValue(), OSResult::setAvailableCPUSpeedDescription(), OSResult::setAvailableCPUSpeedUnit(), OSResult::setAvailableCPUSpeedValue(), OSrLWriter::writeOSrL(), and ~SystemResult().

CPUNumber* SystemResult::availableCPUNumber

a pointer to the CPUNumber class

Definition at line 494 of file OSResult.h.

Referenced by OSResult::getAvailableCPUNumberDescription(), OSResult::getAvailableCPUNumberValue(), OSResult::setAvailableCPUNumberDescription(), OSResult::setAvailableCPUNumberValue(), OSrLWriter::writeOSrL(), and ~SystemResult().

OtherResults* SystemResult::otherResults

a pointer to the OtherResults class

Definition at line 498 of file OSResult.h.

Referenced by OSResult::getNumberOfOtherSystemResults(), OSResult::getOtherSystemResultDescription(), OSResult::getOtherSystemResultName(), OSResult::getOtherSystemResultValue(), OSResult::setNumberOfOtherSystemResults(), OSrLWriter::writeOSrL(), and ~SystemResult().


The documentation for this class was generated from the following files:
Generated on Mon May 3 03:13:06 2010 by  doxygen 1.4.7