OverSim
GlobalStatistics::OutVector Struct Reference

< struct for cOutVectors and cummulated values More...

#include <GlobalStatistics.h>

Public Member Functions

 OutVector (const std::string &name)

Public Attributes

cOutVector vector
 output vector
int count
 number of recorded values
double value
 sum of values
double avg

Detailed Description

< struct for cOutVectors and cummulated values

Definition at line 100 of file GlobalStatistics.h.

Constructor & Destructor Documentation

GlobalStatistics::OutVector::OutVector ( const std::string &  name)
inline

Definition at line 107 of file GlobalStatistics.h.

:
vector(name.c_str()), count(0), value(0), avg(0) {};

Member Data Documentation

double GlobalStatistics::OutVector::avg

Definition at line 105 of file GlobalStatistics.h.

int GlobalStatistics::OutVector::count

number of recorded values

Definition at line 103 of file GlobalStatistics.h.

Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().

double GlobalStatistics::OutVector::value

sum of values

Definition at line 104 of file GlobalStatistics.h.

Referenced by GlobalStatistics::finalizeStatistics(), and GlobalStatistics::recordOutVector().

cOutVector GlobalStatistics::OutVector::vector

output vector

Definition at line 102 of file GlobalStatistics.h.

Referenced by GlobalStatistics::recordOutVector().


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