RakNet::StatisticsHistory Class Reference

Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values. More...

#include <StatisticsHistory.h>

List of all members.

Public Types

enum  SHDataCategory { DC_DISCRETE, DC_CONTINUOUS }


Detailed Description

Input numerical values over time. Get sum, average, highest, lowest, standard deviation on recent or all-time values.

Member Enumeration Documentation

Enumerator:
DC_DISCRETE  Insert values from one set into the other set, in time order Values at the same time end up in the final set twice Use when you have additional data points to add to a graph
DC_CONTINUOUS  Add values from one set to values from the other set, at corresponding times If value at time t does not exist in the other set, linearly extrapolate value for other set based on nearest two data points longTerm* values are unknown using this method Use to add two graphs together


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

Generated on Tue Jul 31 07:31:24 2012 for RakNet by  doxygen 1.5.7.1