OS  2.10.2
Public Member Functions | Public Attributes | List of all members
TimingInformation Class Reference

The TimingInformation Class. More...

#include <OSResult.h>

+ Collaboration diagram for TimingInformation:

Public Member Functions

 TimingInformation ()
 Default constructor. More...
 
 ~TimingInformation ()
 Class destructor. More...
 
bool IsEqual (TimingInformation *that)
 A function to check for the equality of two objects. More...
 
bool setRandom (double density, bool conformant)
 A function to make a random instance of this class. More...
 

Public Attributes

int numberOfTimes
 The number of elements in the time array. More...
 
TimeMeasurement ** time
 An array of time measurements. More...
 

Detailed Description

The TimingInformation 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 timer information that is defined in the OSrL schema.

Definition at line 604 of file OSResult.h.

Constructor & Destructor Documentation

◆ TimingInformation()

TimingInformation::TimingInformation ( )

Default constructor.

◆ ~TimingInformation()

TimingInformation::~TimingInformation ( )

Class destructor.

Member Function Documentation

◆ IsEqual()

bool TimingInformation::IsEqual ( TimingInformation that)

A function to check for the equality of two objects.

◆ setRandom()

bool TimingInformation::setRandom ( double  density,
bool  conformant 
)

A function to make a random instance of this class.

Parameters
densitycorresponds to the probability that a particular child element is created
conformantif true enforces side constraints not enforceable in the schema (e.g., agreement of "numberOfXXX" attributes and <XXX> children)

Member Data Documentation

◆ numberOfTimes

int TimingInformation::numberOfTimes

The number of elements in the time array.

Definition at line 612 of file OSResult.h.

◆ time

TimeMeasurement** TimingInformation::time

An array of time measurements.

Definition at line 618 of file OSResult.h.


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