Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

TSStats.h File Reference

#include <iostream>
#include <string>
#include <vector>
#include <map>
#include "FixLenTimeSeries.h"
#include "VersionRWLock.h"

Go to the source code of this file.Go to the history log for this file.

Classes

struct  TSStats
 This TSStats struct specifies the format of the statistics used in Borealis One TSStats object contain all information of a certain kind of statistics, e.g., stream rate. More...

Typedefs

typedef double TimeStamp
 Currently, we use double to represent timestamp.
typedef double TimeSec
 Currently, we use double to represent time and the 1 represent 1 second;.
typedef string IDType
 The ID type of the objects (boxes, strings, etc.).
typedef vector< IDTypeIDVect
 The type for a vector of IDs.

Functions

ostream & operator<< (ostream &os, const TSStats &tss)
 Output the TSStats.


Typedef Documentation

typedef string IDType
 

The ID type of the objects (boxes, strings, etc.).

typedef vector<IDType> IDVect
 

The type for a vector of IDs.

typedef double TimeSec
 

Currently, we use double to represent time and the 1 represent 1 second;.

typedef double TimeStamp
 

Currently, we use double to represent timestamp.


Function Documentation

ostream& operator<< ostream &  os,
const TSStats tss
 

Output the TSStats.

Parameters:
os the output stream
tss the TSStats to be outputed


Generated on Fri Nov 12 15:15:22 2004 for Borealis by doxygen 1.3.8