Disaggregate
Disaggregate Smart Meter data

AggregateSample Struct Reference

A simple struct for pairing timecode to reading. More...

#include <AggregateData.h>

Collaboration diagram for AggregateSample:

List of all members.

Public Attributes

size_t timestamp
size_t reading

Friends

std::ostream & operator<< (std::ostream &o, const AggregateSample &as)

Detailed Description

A simple struct for pairing timecode to reading.

Definition at line 20 of file AggregateData.h.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const AggregateSample as 
) [friend]

Definition at line 24 of file AggregateData.h.


Member Data Documentation

Definition at line 22 of file AggregateData.h.

Definition at line 21 of file AggregateData.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends